Skip to content

evatrium/create-scaffold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

scaffolds a directory structure for creating apps and libs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published