An open API service indexing awesome lists of open source software.

https://github.com/rage-js/cli

CLI for managing RAGE related activities
https://github.com/rage-js/cli

chalk cli inquirer-prompt inquirerjs javascript node-js nodejs npm npm-package typescript

Last synced: 4 months ago
JSON representation

CLI for managing RAGE related activities

Awesome Lists containing this project

README

        




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](#installation)
- [How to use it?](#how-to-use-it)

## Installation

```bash
npm install @rage-js/cli
```

Run the command above and download the module.

## How to use it?

```bash
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_