@rage-js/cli
v1.3.1
Published
RAGE cli helps you build nodejs applications with RAGE support primarly.
Downloads
29
Readme
This module provides a CLI for building javascript projects with primary RAGE support.
Read the full documentation about the CLI through this link: https://github.com/rage-js/docs
Table of Contents
Installation
npm install @rage-js/cli
Run the command above and download the module.
How to use it?
npx rage
Run the command above to interact with the CLI. You just need to enter the data for the questions provided by the CLI. Once done, it will automatically create a new javascript project inside the directory path you gave, including rage.config.json
which is the configuration file for RAGE.
Made with 💢 and Node.js