parashoot v0.0.3
Parashoot
Parashoot is a function parameter checker aimed at avoiding system crashes due to function calls with incorrect parameters. Common problems programers face is system crashes due to accessing incorrect data types, null or undefined for required inputs, access to missing object attributes and so on. Parashoot aims to address these parameter related issues once and for all and also provide a better standard for type conversions.
- Validate parameters
- Type casting
- Configuration over code
One of the common problems developers face are codes managed by others that assumes that a certain function will be called in its intended way all the time. Having no implied way of ensuring these publishable as-is, as plain text, without looking like it's been marked up with tags or formatting instructions.
WARNING
CURRENTLY BETA: do not use until further updates.
Version
0.0.3
Tech
Parashoot uses a number of open source projects to work properly:
- node.js - evented I/O for the backend
And of course Parashoot itself is open source with a public repository on GitHub.
https://github.com/adonisv79/parashoot
Installation
Run the following command in root folder of your node project:
$ npm i --save parashoot
License
GPL
For suggestions or access request please send me an email at adonisv79@gmail.com