core-object : A lightweight implementation of OOP Class in JavaScript. You can installing core-object 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-object $ sudo npm install -g core-object
If want to update the core-object package execute the command as below,
$ sudo npm update core-object
Update package globally,
$ npm install -g core-object
$ sudo git clone https://github.com/rektide/core-object.git
$ sudo npm install -g ./core-object
core-object@3.1.5 /usr/lib/node_modules/core-object
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall core-object
Package Name | core-object |
Version | 3.1.5 |
Description | A lightweight implementation of OOP Class in JavaScript |
Released Date | 2017-08-24T18:07:51.286Z |
Published by | stefanpenner |
How to Learn | https://www.npmjs.com/package/core-object/tutorial |