skuas

CommandLine tool to create a sails app with some customization.

Usage no npm install needed!

<script type="module">
  import skuas from 'https://cdn.skypack.dev/skuas';
</script>

README

skuas

An sails-based Node.js web application bootstrapping module.

Usage

$ npm install -g skuas
$ skuas new myapp
$ cd myapp && npm install