poncey

A React web app and static site generator.

Usage no npm install needed!

<script type="module">
  import poncey from 'https://cdn.skypack.dev/poncey';
</script>

README

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 git@github.com:hermanjohn2/poncey.git

Questions

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