scaffoldizer

0.0.16 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i scaffoldizer

Weekly Downloads

3

Version

0.0.16

License

GPL-3.0-or-later

Unpacked Size

70.9 kB

Total Files

22

Last publish

Collaborators

  • mercmobily