patternfly : This reference implementation of PatternFly is based on [Bootstrap v3](http://getbootstrap.com/). Think of PatternFly as a skinned version of Bootstrap with additional components and customizations.. You can installing patternfly 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 patternfly $ sudo npm install -g patternfly
If want to update the patternfly package execute the command as below,
$ sudo npm update patternfly
Update package globally,
$ npm install -g patternfly
$ sudo git clone https://github.com/rektide/patternfly.git
$ sudo npm install -g ./patternfly
patternfly@3.30.0 /usr/lib/node_modules/patternfly
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall patternfly
| Package Name | patternfly |
| Version | 3.30.0 |
| Description | This reference implementation of PatternFly is based on [Bootstrap v3](http://getbootstrap.com/). Think of PatternFly as a skinned version of Bootstrap with additional components and customizations. |
| Released Date | 2017-11-08T15:47:19.412Z |
| Published by | patternfly-build |
| How to Learn | https://www.npmjs.com/package/patternfly/tutorial |