0.0.16 • Published 8 months ago

scaffoldizer v0.0.16

Weekly downloads
29
License
GPL-3.0-or-later
Repository
github
Last release
8 months ago

Scaffoldizer

Scaffoldizer allows you to write application scaffolds in the easiest possible way. A "scaffold" can be a purposefully crafted NPM module, or a directory.

Installation

Install Scaffoldizer in the global space:

$ npm i -g scaffoldizer

Basic use

$ mkdir example-app
$ cd example-app
$ npm init
$ # ... answer basic questions
$ scaffoldizer add js-kit .

This command will enrich the current project (.) with the js-kit scaffold, which will enrich it.

Get your hands dirty

There is no documentation yet. However, by looking at the "example" directory in this project will give you a good idea on how to create your own scaffolds.