celaris-cli
v0.2.1
Published
A CLI tool for Celaris for easy project setup and development
Downloads
7
Readme
Celaris CLI Tool
Introduction
Celaris CLI is a command-line interface tool designed to streamline the development process of Celaris projects .
Prerequisites
- Node.js (Version 12 or higher recommended)
- npm (Node Package Manager)
Installation
Install the cli:
npm install celaris-cli
Usage
Development Mode
To run the project in development mode, use the dev
command. This command compiles and runs the project, and watches for any changes.
npm run celaris dev
You can also run the dev command without running a build command (handy on first run as the init command runs a build and test)
npm run celaris -- dev --no-build
Contributing
Contributions are welcome! Please feel free to submit pull requests or create issues for bugs and feature requests.
License
This project is licensed under the MIT License - see the LICENSE file for details.