0.3.1 • Published 2 years ago
@nodenet/cli v0.3.1
NodeNet CLI
DevelopmentStatus
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.
Installation
npm install @nodenet/cli --global
Documentation
Usage
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