1.0.2 • Published 4 years ago
@patrand/progen v1.0.2
ProGen
A small CLI tool for generating projects.
Installation
Either do a global install:
npm install -g @patrand/progenor just use it without installation:
npx @patrand/progren generate <type>Usage
Just use it like this:
generate <type>Possible types can be found at the Feature section
To list all types just type
generate helpFeatures
- React (
generate react) - Node Module (
generate module) - NestJS (
generate nestjs) - SolidJS (
generate solidjs)
- Help (
generate help)