1.2.2 • Published 1 year ago

@nebulr-group/nblocks-cli v1.2.2

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Nebulr NBlocks CLI

This library contains tools needed to setup, configure and keep your NBlocks experience up to date

No need to install it, just run:

npx @nebulr-group/nblocks-cli help

Running the CLI Locally in a VS Code Docker Container

Pre-requisites

  • Ensure that the project is running within a Docker container in Visual Studio Code.
  • Make sure your current working directory is the project root.

Steps

  1. Delete the Existing dist Folder

    Before testing the CLI, it's crucial to remove any pre-existing dist folder to ensure a clean build. You can do this by running the following command:

    rm -rf dist
  2. Build the Project and Navigate to the dist Folder

    After deleting the dist folder, proceed with building the project and then navigate into the newly created dist folder:

    npm run build && cd dist
  3. Execute the CLI

    Once you are in the dist folder, try running the CLI:

    node index.js help
1.2.2

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.2

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago