lx-lambdas
v1.0.39
Published
LxLambdas =========
Downloads
9
Readme
LxLambdas
LxLambdas contains database-oriented operations.
Development
Project setup:
nvm install 4.3.2
nvm use 4.3.2
npm install
npm startOn making a pull request:
- Do a
git rebaseon thisdevelopbranch. - Make sure all tests pass by running
npm test. - Make sure all styles are correct by running
npm run lint. - Commit your codes in a feature-branch.
