@nuofe/ndk-cli
v8.2.6
Published
Command line interface.
Downloads
22
Readme
NDK Cli
Command line interface.
Install
yarn add @nuofe/ndk-cli
Usage
import ndkCli from '@nuofe/ndk-cli';
Use --debug
argument to display debug info.
<command> --debug
Use --next
argument to ensure latest and next version.
<command> --next
Use --not-next
argument to ensure latest version only. It's will be cover --next
argument.
<command> --not-next
Use --version
argument to display current version.
<command> --version