api-check : Validate the api to your functions to help people use them correctly. This is pretty much Reacts propTypes without React.. You can installing api-check 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 api-check $ sudo npm install -g api-check
If want to update the api-check package execute the command as below,
$ sudo npm update api-check
Update package globally,
$ npm install -g api-check
$ sudo git clone https://github.com/rektide/api-check.git
$ sudo npm install -g ./api-check
api-check@7.5.5 /usr/lib/node_modules/api-check
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall api-check
Package Name | api-check |
Version | 7.5.5 |
Description | Validate the api to your functions to help people use them correctly. This is pretty much Reacts propTypes without React. |
Released Date | 2015-10-26T16:34:05.787Z |
Published by | kentcdodds |
How to Learn | https://www.npmjs.com/package/api-check/tutorial |