@yvnbunag/scaffold
v1.6.3
Published
CLI tool to quickly generate project from boilerplate
Downloads
10
Maintainers
Readme
@yvnbunag/scaffold
CLI tool to quickly generate project from boilerplate
Contents
Requirements
Installation
With pnpm
pnpm add --global @yvnbunag/scaffold
With yarn
yarn global add @yvnbunag/scaffold
With npm
npm install -g @yvnbunag/scaffold
Templates
Listed are the currently available templates
- Coding challenge
- Microservice (Back End)
- Web (Front End)
Usage
- Run
scaffold
command
scaffold
Select 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.md
for setup instructions
Contributing
See Contributing