pliigo-project-creator

quickly setup a web project

Usage no npm install needed!

<script type="module">
  import pliigoProjectCreator from 'https://cdn.skypack.dev/pliigo-project-creator';
</script>

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

example

results into

result

just type pliigo into your shell to use it pliigo

fill out the questions and select packages bower packages first bower

then select npm packages nodejs

finish up the remaining questions and then the project is lifted.

that's it.