https://github.com/reworkjs/cli
The CLI tool for the ReworkJS Framework
https://github.com/reworkjs/cli
cli reworkjs
Last synced: 21 days ago
JSON representation
The CLI tool for the ReworkJS Framework
- Host: GitHub
- URL: https://github.com/reworkjs/cli
- Owner: reworkjs
- Created: 2017-03-24T22:48:22.000Z (about 8 years ago)
- Default Branch: develop
- Last Pushed: 2019-11-08T16:41:01.000Z (over 5 years ago)
- Last Synced: 2025-03-25T09:18:25.969Z (about 1 month ago)
- Topics: cli, reworkjs
- Language: JavaScript
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @reworkjs/cli
The [rework.js](https://github.com/reworkjs/reworkjs) command line interface.
Install this globally to gain access to the `rjs` command from anywhere on your system.`npm install -g @reworkjs/cli`
This package is little more than a wrapper around the local cli provided by `@reworkjs/core`, as well as a `rjs init` command.
Therefore, there is no need to install it locally. Always install it globally or not at all.## Commands
Please refer to [The ReworkJS CLI documentation](https://github.com/reworkjs/reworkjs/blob/develop/docs/cli.md) for
the list of available commands, or run `rjs --help`.