Skip to content

Instantly share code, notes, and snippets.

@malerba118
Last active March 31, 2019 17:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save malerba118/3301b0dd38017f020ff99eb633fe2377 to your computer and use it in GitHub Desktop.
Save malerba118/3301b0dd38017f020ff99eb633fe2377 to your computer and use it in GitHub Desktop.
# Create new react app
npx create-react-app react-starter-cli
# Change working directory to root of app
cd react-starter-cli
# Install plop as a dev-dependency
npm install --save-dev plop
# Make a directory for our templates
mkdir plop-templates
# Create a plopfile to hold our cli logic
touch plopfile.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment