generator-jasmine : Yeoman generator for Jasmine. You can installing generator-jasmine 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 generator-jasmine $ sudo npm install -g generator-jasmine
If want to update the generator-jasmine package execute the command as below,
$ sudo npm update generator-jasmine
Update package globally,
$ npm install -g generator-jasmine
$ sudo git clone https://github.com/rektide/generator-jasmine.git
$ sudo npm install -g ./generator-jasmine
generator-jasmine@2.0.0 /usr/lib/node_modules/generator-jasmine
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall generator-jasmine
Package Name | generator-jasmine |
Version | 2.0.0 |
Description | Yeoman generator for Jasmine |
Released Date | 2017-07-19T18:44:50.294Z |
Published by | mischah |
How to Learn | https://www.npmjs.com/package/generator-jasmine/tutorial |