core-decorators : Library of JavaScript stage-0 decorators (aka ES2016/ES7 decorators but thats not accurate!) inspired by languages that come with built-ins like ?override, ?deprecate, ?autobind, ?mixin and more! Works great with React/Angular/more!. You can installing core-decorators 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 core-decorators $ sudo npm install -g core-decorators
If want to update the core-decorators package execute the command as below,
$ sudo npm update core-decorators
Update package globally,
$ npm install -g core-decorators
$ sudo git clone https://github.com/rektide/core-decorators.git
$ sudo npm install -g ./core-decorators
core-decorators@0.20.0 /usr/lib/node_modules/core-decorators
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall core-decorators
Package Name | core-decorators |
Version | 0.20.0 |
Description | Library of JavaScript stage-0 decorators (aka ES2016/ES7 decorators but thats not accurate!) inspired by languages that come with built-ins like ?override, ?deprecate, ?autobind, ?mixin and more! Works great with React/Angular/more! |
Released Date | 2017-09-03T20:26:52.767Z |
Published by | jayphelps |
How to Learn | https://www.npmjs.com/package/core-decorators/tutorial |