claire-cli
v2.0.5
Published
This is the CLI tool to init projects powered by @clairejs framework
Downloads
103
Readme
claire-cli
claire-cli is a command-line tool for initializing projects with the @clairejs framework.
It sets up a new project with the appropriate boilerplate for web, backend, or app development.
🚀 Installation
Install globally using npm:
npm install -g claire-cli🔧 Usage
Run the following command to initialize a new project:
claire-cli init <type> <name><type>: The type of project to initialize (web,backend, ormobile).<name>: The name of the project directory.
Example:
claire-cli init web my-websiteThis creates a my-website directory with the @clairejs web boilerplate.
📁 Project Types
| Type | Description |
| --------- | ---------------------------------------------------------------------------- |
| web | Initializes a frontend project with @clairejs/react and @clairejs/react-web. |
| backend | Sets up a backend API with @clairejs/server and @clairejs/orm. |
| mobile | Creates a react native app with @clairejs/react. |
Each type includes the necessary boilerplate, dependencies, and folder structure based on the @clairejs framework.
📜 License
MIT License.
📖 More Information
For more information about the @clairejs framework, visit:
