README
skuas
An sails-based Node.js web application bootstrapping module.
Usage
$ npm install -g skuas
$ skuas new myapp
$ cd myapp && npm install
CommandLine tool to create a sails app with some customization.
<script type="module">
import skuas from 'https://cdn.skypack.dev/skuas';
</script>
An sails-based Node.js web application bootstrapping module.
$ npm install -g skuas
$ skuas new myapp
$ cd myapp && npm install