create-scaffold

0.0.6 • Public • Published

create-scaffold

scaffolds a directory structure for creating apps and libs

Installation

create a folder for your project, cd into it and run the following command.

npm init scaffold

You will be prompted to choose a scaffold type.

  • app - will create a basic app structure
  • lib - will include a basic lib structure including a demo app to test your lib.

(currently set up for preact apps and preact libraries)

Basic preact jest testing is included.

Dev dependencies also include rollup-configured. see docs there for further instructions

Package Sidebar

Install

npm i create-scaffold

Weekly Downloads

1

Version

0.0.6

License

MIT

Unpacked Size

12.2 kB

Total Files

22

Last publish

Collaborators

  • iosio