1.2.1 • Published 6 months ago

craft-react-app v1.2.1

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

About The Project

Craft-React-App is a command line tool for quickly creating the skeleton of a React application. By following the prompts you can include a GitHub repo as wel as common ReactJS tools such as Redux and Router. Once selected, the CLI will create a bespoke application structure for you.

Key Points:

  • 100% written in TypeScript.
  • Allows you to customise your React project.
  • No need to remember lists of command line commands.

If you have any tools or additions you would like to see included in the CLI, let me know via the links above! :)

Getting Started

Ensure you install globally to be able to access the React-App-Builder from any directory.

npm install craft-react-app -g

Usage

  1. From your parent directory, access the command line and enter
craft-react-app
  1. Depending on if you are using a GitHub repo, answer yes or no
Are you using a Github Repo?(y/n)

2b. If you are not using GitHub, give your app a name

What is the name of your new React App?
  1. Choose if you want to include Redux Toolkit
Would you like to include Redux Toolkit?(y/n)
  1. Choose if you want to include React Router
Would you like to include React Router?(y/n)
  1. When the install completes, open your folder and get started
cd YOUR_APP
1.2.1

6 months ago

1.2.0

6 months ago

1.1.0

6 months ago

1.0.8

6 months ago

1.0.7

6 months ago

1.0.6

6 months ago

1.0.5

6 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago

0.0.1

6 months ago