runction
v1.2.0
Published
Usefull ramda functions.
Downloads
2
Readme
Runction :tea:
Usefull ramda functions. :rocket:
Development :computer:
$ git clone [email protected]:thechatshop/runction.git
$ cd runction
$ npm install
Install :hammer:
$ npm install @thechatshop/runction
Usage
deep-remove-keys
const {deepRemoveKeys} = require('@thechatshop/runction');
const myObject = {
removeMe: 'noooo',
keepMe: 'yes',
nested : {
removeMe: 'nooo',
keepMeNested: yes
}
}
const result = deepRemoveKeys(['removeMe'], myObject);
Testing :bomb:
$ npm run test # add -- --watch to monitor for changes
Deploy :ship:
This app will automatically get published under @thechatshop/runction
on npm (when new code is on master and a new tag exists with vX.X.X
format)
:rotating_light: Check the config.yml for more
Here is an example:
git checkout master
# Will generate a tag as well
npm version patch #or major, minor, patch
git push --follow-tags
License
The Chat Shop proprietary license