Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@ianbunag/scaffold) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@ianbunag/scaffold
CLI tool to quickly generate project from boilerplate
Contents
Requirements
Installation
With pnpm
pnpm add --global @ianbunag/scaffoldWith yarn
yarn global add @ianbunag/scaffoldWith npm
npm install -g @ianbunag/scaffoldTemplates
Listed are the currently available templates
- Coding challenge
- Microservice (Back End)
- Web (Front End)
Usage
- Run
scaffoldcommand
scaffoldSelect template
Provide project name, which would be the directory name
Provide template replacements if prompted
Navigate to scaffolded project
cd <project-name>- Preview scaffold
README.mdfor setup instructions

Contributing
See Contributing