@nuofe/ndk-cli

Command line interface.

Usage no npm install needed!

<script type="module">
  import nuofeNdkCli from 'https://cdn.skypack.dev/@nuofe/ndk-cli';
</script>

README

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