@slimio/generator
v0.11.0
Published
SlimIO Project Generator
Downloads
4
Readme
Generator
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).
Requirements
- Node.js v12 or higher
Getting Started
$ git clone https://github.com/SlimIO/Generator.git
$ cd Generator
$ npm ci
$ npm link
Usage example
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
Dependencies
|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|
License
MIT