Installing process css demo - tomhodgins/process-css-demo GitHub Wiki
To download this repository you can either download it as a zip from Github, or use git on the command line to clone process-css-demo:
git clone [email protected]:tomhodgins/process-css-demo.git
This package uses dependencies from npm, so after downloading, the first step to getting this ready to use is to download this folder and run npm install to install the dependencies:
npm install
This tool also contains a link property in its package.json which allows you to run this package with the command preprocess from the command line anywhere. To create this alias, run the npm link command once:
npm link
Now process-css-demo should be ready to use anywhere
preprocess
Try preprocess to see the help message.