0.0.18 • Published 9 years ago

qf-start v0.0.18

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

Install & build new React projects in one command


Details


Only one thing is certain in life. You do not want to be fannying about with some convoluted front-end architecture. Unless you like torturing puppies. This CLI generates a very quick application:

  • Webpack 2
  • React
  • Less
  • Jest Unit Testing
  • Hot Reloading

QuickStart

Install globally so you can use from anywhere:

npm install -g qf-start

Then in any directory type:

qf-start my_awesome_project

This will create a new folder in the current directory, go into that folder, clone a new react project and yarn install. Then you are free to navigate into the folder and npm start to see things up & running.

If you want to be faster then you can append -l or launch as an argument. This simply adds npm start to the command chain, e.g:

qf-start my_awesome_project launch

You must install yarn i.e. brew install yarn if you do not already have it.

To Do

Pull requests and such are very much welcomed.

  • Implement ANY repository cloning from the commandline
  • Test on Linux & Windows
  • Allow npm install
0.0.18

9 years ago

0.0.17

9 years ago

0.0.16

9 years ago

0.0.15

9 years ago

0.0.14

9 years ago

0.0.13

9 years ago

0.0.12

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago