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.
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.
- 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.
- 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.
MIT License Copyright (c) 2020 John Herman
git clone git@github.com:hermanjohn2/poncey.git
Ideas, Questions, Concerns, Feedback? Send them here.