8.2.6 • Published 2 years ago

@nuofe/ndk-cli v8.2.6

Weekly downloads
1
License
MIT
Repository
github
Last release
2 years ago

NDK Cli

NPM version Downloads

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