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
- Host: GitHub
- URL: https://github.com/rage-js/cli
- Owner: rage-js
- License: apache-2.0
- Created: 2024-06-02T13:19:12.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-08-26T05:35:01.000Z (9 months ago)
- Last Synced: 2025-01-11T00:37:52.822Z (4 months ago)
- Topics: chalk, cli, inquirer-prompt, inquirerjs, javascript, node-js, nodejs, npm, npm-package, typescript
- Language: JavaScript
- Homepage:
- Size: 279 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
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](#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_