Immutable methods for article json
Download node at nodejs.org and install it, if you haven't already.
npm install article-json-immutable-methods --save
npm install
npm test
- immutable-array-methods: Immutable versions of normally mutable array methods, such as pop(), push(), splice()
- immutable-object-methods: Update normal plain javascript object, immutable style. Simlar to how immutable.js, seamless-immutable etc does it but a lot smaller and simpler.
- ava: Futuristic test runner 🚀
- babel-cli: Babel command line.
- babel-core: Babel compiler core.
- babel-preset-es2015: Babel preset for all es2015 plugins.
- package-json-to-readme: Generate a README.md from package.json contents
MIT
Generated by package-json-to-readme