README
pliigo project creator
this is a little CLI tool, to quickly set up a web project
installation
just install this module globally, to access it over the commandline
$ npm install pliigo-project-creator -g
what it does
it is a little CLI tool, that offers you a guided walkthrough to select frontend (bower) packages and backend (npm) packages. you just select the desired ones, and than the tool will create the needed files. it also installs the bower and npm packages and creates an initial index.html file with the bower packages included.
it also generates the package.json and bower.json for you, as well an index.html with the components linked.
usage
start just by typing "pliigo" into your shell
example walkthrough
results into
just type pliigo into your shell to use it
fill out the questions and select packages bower packages first
then select npm packages
finish up the remaining questions and then the project is lifted.
that's it.