Skip to content

mcrowder65/create-react-matt

Repository files navigation

Create react matt

NPM version Build Status Total Status PRs Welcome Coverage Status

A non-extensible, opinionated React CLI

To use, npm install -g create-react-matt && create-react-matt project-name

This is a little CLI that I wrote to help me get up and running on react projects as quickly as possible with my preferred tools.

The idea is that when my coding style changes, I can just add extra files in there.

It was also fun to configure everything myself to know how something like create-react-app works under the hood.

Options:

-h, --help Displays the help menu
-y, --yarn Does installation with yarn instead of npm (assumes you have yarn installed globally)
-f, --force Runs rm -rf <your-project-name> before running the cli, use this with caution
-s, --skip Doesn't run npm install when initializing the project in case you just want to do so
-g, --git Does git init and creates a .gitignore
-t, --travis creates a .travis.yml file

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •