Skip to content

Releases: Njs2/njs2-cli

CLI plugin updates

19 Apr 10:32
Compare
Choose a tag to compare
CLI plugin updates Pre-release
Pre-release

Feature updates and Bug fixes

  • Added NPM login check.
  • Updated Njs2 commands in terminal logs.

Important Points to Remember

Once you install CLI version 2.0.0-beta, while creating new project specify the base version manually in the command-line arguments.
Run the following command to create a new project:
njs2 project <project-name> version beta

Since CLI version 2.0.0-beta.3 has a breaking change it is required to use base version 3.0.0-beta.2.

CLI plugin updates

10 Apr 10:18
Compare
Choose a tag to compare
CLI plugin updates Pre-release
Pre-release

Plugin command updates

CLI commands for installing, compiling and updating plugins has been updated. 
To check updated command open terminal and run njs2 or njs2 --help.
Documentation can be found in the below link:
Plugin Docs

Installing CLI

It is required to update the current version of CLI with beta version(2.0.0-beta.2).

Feature updates

  1. Compiles plugin into multiple Node Versions and publish to Juego NPM registry.
  2. Test your plugin by installing as a npm package.
  3. Install plugin version with your current Node Version from Juego NPM registry

Important Points to Remember

Once you install CLI version 2.0.0-beta, while creating new project specify the base version manually in the command-line arguments.
Run the following command to create a new project:
njs2 project <project-name> version 3.0.0-beta.1

Since CLI version 2.0.0-beta.1 has a breaking change it is required to use base version 3.0.0-beta.1.

CLI plugin updates

30 Mar 11:22
Compare
Choose a tag to compare
CLI plugin updates Pre-release
Pre-release

Plugin command updates

CLI commands for installing, compiling and updating plugins has been updated. 
To check updated command open terminal and run njs2 or njs2 --help.
Documentation can be found in the below link:
Plugin Docs

Installing CLI

It is required to update the current version of CLI with beta version(2.0.0-beta.1).

Feature updates

  1. Compiles plugin into multiple Node Versions and publish to Juego NPM registry.
  2. Test your plugin by installing as a npm package.
  3. Install plugin version with your current Node Version from Juego NPM registry

Important Points to Remember

Once you install CLI version 2.0.0-beta, while creating new project specify the base version manually in the command-line arguments.
Run the following command to create a new project:
njs2 project <project-name> version 3.0.0-beta.0

Since CLI version 2.0.0-beta.1 has a breaking change it is required to use base version 3.0.0-beta.1.

CLI plugin updates

29 Mar 13:24
Compare
Choose a tag to compare
CLI plugin updates Pre-release
Pre-release

Plugin command updates

CLI commands for installing, compiling and updating plugins has been updated.
To check updated command open terminal and run njs2 or njs2 --help.
Documentation can be found in the below link:
Plugin Docs

Installing CLI

It is required to update the current version of CLI with beta version(2.0.0-beta).

Feature updates

  1. Compiles plugin into multiple Node Versions and publish to Juego NPM registry.
  2. Test your plugin by installing as a npm package.
  3. Install plugin version with your current Node Version from Juego NPM registry

Important Points to Remember

Once you install CLI version 2.0.0-beta, while creating new project specify the base version manually in the command-line arguments.
Run the following command to create a new project:
njs2 project <project-name> version 3.0.0-beta.0

Since CLI version 2.0.0-beta has a breaking change it is required to use base version 3.0.0-beta.0.

local private package install command

30 Dec 10:14
Compare
Choose a tag to compare
  • Added command to install a local private package 553e105

v1.3.0...v1.4.0

Enhancement(s) to @njs2/cli commands and new introduction 'njs2 upgrade'

07 Dec 17:43
Compare
Choose a tag to compare
  • Added a new command to upgrade existing njs2 project: njs2 project upgrade [version] [version-string]

    • the upgrade command without version string will be treated as njs2 upgrade version latest
    • likewise njs2 upgrade version 2.1.0 to bump your current project @njs2/base version to 2.1.0
  • njs2 project command can now take @njs2/base version: njs2 project <project-name> [version] [version-string]

    • the project creation command without version string will be treated as njs2 project cricket-backend version latest
    • likewise njs2 project stick-backend version 2.0.2 would bootstrap a new backend with @njs2/base version of 2.0.2

d123499...v1.3.0