0.11.0 • Published 4 years ago

@slimio/generator v0.11.0

Weekly downloads
12
License
MIT
Repository
github
Last release
4 years ago

Generator

version Maintenance MIT dep size Known Vulnerabilities Build Status

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

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

NameRefactoringSecurity RiskUsage
@slimio/async-cli-spinnerMinorLowMulti async cli spinner
@slimio/manifestMinorLowManifest config file
@slimio/nodejs-downloaderMinorHighDownload Node.js
@slimio/npm-registryMinorLowNPM registry API
@slimio/utilsMinorHighBunch of useful functions
cross-spawnMinorHighTBC
kleurMinorLowTTY color
qoaMinorLowMinimal interactive command-line prompts

License

MIT