UNPKG

create-ris

Version:
30 lines (23 loc) 911 B
# create-ris [![npm version](https://img.shields.io/npm/v/create-ris.svg?colorB=007ec6&style=flat-square)](https://www.npmjs.com/package/create-ris) [![npm downloads](https://img.shields.io/npm/dm/create-ris.svg?style=flat-square)](https://www.npmjs.com/package/create-ris) [![license](https://img.shields.io/github/license/beyondxgb/xredux.svg?style=flat-square)](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