Package Exports
- handy
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (handy) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
handy
Bunch of common utility functions
Functionality
getVersion
- arguments
- [1] path where package.json is present (optional)
- returns - value of 'version' in package.json
- arguments
getUserHome
- returns - home directory for current user (platform agnostic)
Install
$ npm install handy
# please include handy to your package.json
Test cases
To execute full test cases
$ make