Skip to content

npm package that generates React applications and static websites.

License

Notifications You must be signed in to change notification settings

hermanjohn2/poncey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Poncey logo.

npm version image


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

  1. Installation
  2. Usage
  3. License
  4. Contributing
  5. Questions

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:

gif of poncey being downloaded and executed

  1. cd into your desired directory
  2. Execute the following command:
poncey your-project-title
  1. Make a project selection in the CLI and follow the instructions printed in the CLI.

Executable:

gif of poncey being executed using npx

  1. cd into your desired directory
  2. Execute the following command:
npx poncey your-project-title
  1. Make a project selection in the CLI and follow the instructions printed in the CLI.

License

MIT License Copyright (c) 2020 John Herman

Contributing

  1. Fork
  2. Pull Requests
git clone [email protected]:hermanjohn2/poncey.git

Questions

Ideas, Questions, Concerns, Feedback? Send them here.