1.2.1 • Published 8 days ago

@nebulr-group/nblocks-cli v1.2.1

Weekly downloads
-
License
ISC
Repository
-
Last release
8 days 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.1

8 days ago

1.2.0

16 days ago

1.1.1

8 months ago

1.1.0

8 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.2

11 months ago

1.0.3

11 months ago

1.0.1

1 year ago

1.0.0

1 year ago