apo-boilerplate
Version:
This tool is meant to help in the generation of initial projects for the majority of the API centric course work. It has a CLI interface that allows students to create a useful base application for labs and for final projects.
16 lines (10 loc) • 552 B
Markdown
<p align="center">
<img width="200px" src="https://pdxcodeguild.com/static/img/pdxcglogo.svg">
</p>
# API Boilerplate Creation Tool
This tool is meant to help in the generation of initial projects for the majority of the API centric course work.
It has a CLI interface that allows students to create a useful base application for labs and for final projects.
## Usage:
To use this package simply run:
`npm init -code-guild/api-boilerplate`
You'll then be prompted with options and other ways to configure your're generated boilerplate code.