postcss-cli : CLI for PostCSS. You can installing postcss-cli npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install postcss-cli $ sudo npm install -g postcss-cli
If want to update the postcss-cli package execute the command as below,
$ sudo npm update postcss-cli
Update package globally,
$ npm install -g postcss-cli
$ sudo git clone https://github.com/rektide/postcss-cli.git
$ sudo npm install -g ./postcss-cli
postcss-cli@4.1.1 /usr/lib/node_modules/postcss-cli
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall postcss-cli
| Package Name | postcss-cli |
| Version | 4.1.1 |
| Description | CLI for PostCSS |
| Released Date | 2017-09-08T15:15:10.406Z |
| Published by | ryanzim |
| How to Learn | https://www.npmjs.com/package/postcss-cli/tutorial |