lamed_keyvalue
CI Project template
User story
- AS A "JavaScript developer"
- I WANT TO "setup the release assembly factory quickly"
- SO THAT I CAN "to ensure quality, maintainability and automatic error free releases"
- Part of See it Done project.
Project Dashboard
Version Notes:
- 0.?.? - Module are still in development. Radical changes may happen. All successful tested commits are released.
- 1.?.? - Module are in use and breaking changes can be expected. All successful tested commits are released.
- 2.?.? - Only tagged versions released. Module is regarded stable and in production.
Install
npm
npm i lamed_keyvalue -s
yarn
yarn add lamed_keyvalue
Usage
Node
const _key = require('lamed_keyvalue')
(This README file was generated by https://github.com/perezlamed/lamed_readme)