- The last update of NodeNet was over a year ago, a new update will arive as soon as possible!
CLI: v0.3.0 | JWT Auth Update
Core: v0.3.0 | JWT Auth Update
Please feel free to submit ideas or bugs, just create an Issue.
npm install @nodenet/cli --global
After installation, you can use the CLI by typing nodenet in your terminal.
From there, you will get a list of all available commands.
With nodenet new MyProject you can create a new Project
With nodenet --version you get the current version
With nodenet --help you get a list of all commands available
After a new Project is created, open the project and start the server with:
npm run start