0.0.7 • Published 1 year ago
@threadjs/cli v0.0.7
@threadjs/cli
The @threadjs/cli
is a command-line interface for Thread.js, a modern, fast, and scalable web framework for Node.js.
Installation
You can install @threadjs/cli
globally using npm:
npm install -g @threadjs/cli
Usage
Once installed, you can use the threadjs
command in your terminal:
threadjs <command> [options]
Commands
new <name>
: Creates a new Thread.js project with the specified name.dev
: Starts the development server.start
: Starts the production server.
Features
- Easy project setup with the
new
command. - Downloads and uses Thread.js templates for project creation.
- Validates package names.
- Updates package.json files.
Contributing
Contributions are welcome! Please read our contributing guidelines to get started.