0.2.1 • Published 10 months ago

celaris-cli v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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.

0.2.1

10 months ago

0.2.0

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago