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

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

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`.