create-ris
Version:
create RIS application.
30 lines (23 loc) • 911 B
Markdown
# create-ris
[](https://www.npmjs.com/package/create-ris)
[](https://www.npmjs.com/package/create-ris)
[](https://github.com/beyondxgb/xredux/blob/master/LICENSE)
Creates a [RIS](https://github.com/risjs/ris) application using the command line.
## Usage
### npx
```bash
npx create-ris <appName>
```
> (npx comes with npm 5.2+ and higher, see [instructions for older npm versions](https://gist.github.com/gaearon/4064d3c23a77c74a3614c498a8bb1c5f))
### npm
```bash
npm init ris <appName>
```
> `npm init` <initializer> is available in npm 6+
### yarn
```bash
yarn create ris <appName>
```
> `yarn create` is available in Yarn 0.25+
## LICENSE
MIT