create-ris

create RIS application.

Usage no npm install needed!

<script type="module">
  import createRis from 'https://cdn.skypack.dev/create-ris';
</script>

README

create-ris

npm version npm downloads license

Creates a RIS application using the command line.

Usage

npx

npx create-ris <appName>

(npx comes with npm 5.2+ and higher, see instructions for older npm versions)

npm

npm init ris <appName>

npm init is available in npm 6+

yarn

yarn create ris <appName> 

yarn create is available in Yarn 0.25+

LICENSE

MIT