Command line interface.
npm install @nuofe/ndk-cli[![NPM version][npm-image]][npm-url]
[![Downloads][downloads-image]][downloads-url]
[npm-image]: https://img.shields.io/npm/v/@nuofe/ndk-cli.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/@nuofe/ndk-cli
[downloads-image]: https://img.shields.io/npm/dm/@nuofe/ndk-cli.svg?style=flat-square
[downloads-url]: https://www.npmjs.com/package/@nuofe/ndk-cli
Command line interface.
``bash`
yarn add @nuofe/ndk-cli
`js`
import ndkCli from '@nuofe/ndk-cli';
Use --debug argument to display debug info.
`bash`
Use --next argument to ensure latest and next version.
`bash`
Use --not-next argument to ensure latest version only. It's will be cover --next argument.
`bash`
Use --version argument to display current version.
`bash``