SlimIO Project Generator. This project has been created to help SlimIO contributors to generate new project without to have to worry about required files and configuration (as required by the Governance and psp policies).
- Node.js v12 or higher
$ git clone https://github.com/SlimIO/Generator.git
$ cd Generator
$ npm ci
$ npm link
The package will install globally the command generator
. Just run this command with no arguments and it will generate a new SlimIO project on the current working dir.
$ mkdir project
$ cd project
$ generator
Name | Refactoring | Security Risk | Usage |
---|---|---|---|
@slimio/async-cli-spinner | Minor | Low | Multi async cli spinner |
@slimio/manifest | Minor | Low | Manifest config file |
@slimio/nodejs-downloader | Minor | High | Download Node.js |
@slimio/npm-registry | Minor | Low | NPM registry API |
@slimio/utils | Minor | High | Bunch of useful functions |
cross-spawn | Minor | High | TBC |
kleur | Minor | Low | TTY color |
qoa | Minor | Low | Minimal interactive command-line prompts |
MIT