Skip to content

mobily-enterprises/scaffoldizer

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published