README
Poncey is a CLI that generates both React applications and static websites. This command line tool generates the folders and files needed to immediately begin developing your project.
Table of Contents
Installation
npm install -g poncey
This installation method will allow you to use the poncey
command anywhere on your machine. See below for usage as an executable.
Usage
After global installation:
- cd into your desired directory
- Execute the following command:
poncey your-project-title
- Make a project selection in the CLI and follow the instructions printed in the CLI.
Executable:
- cd into your desired directory
- Execute the following command:
npx poncey your-project-title
- Make a project selection in the CLI and follow the instructions printed in the CLI.
License
MIT License Copyright (c) 2020 John Herman
Contributing
git clone git@github.com:hermanjohn2/poncey.git
Questions
Ideas, Questions, Concerns, Feedback? Send them here.