Skip to content
This repository was archived by the owner on Feb 5, 2026. It is now read-only.

Latest commit

 

History

History
37 lines (22 loc) · 821 Bytes

File metadata and controls

37 lines (22 loc) · 821 Bytes

Important

  • The last update of NodeNet was over a year ago, a new update will arive as soon as possible!

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

https://www.nodenet.wiki

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