Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1010 Bytes

File metadata and controls

37 lines (24 loc) · 1010 Bytes
RAGE

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