1.0.39 • Published 8 years ago

lx-lambdas v1.0.39

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
8 years ago

LxLambdas

LxLambdas contains database-oriented operations.

Development

Project setup:

nvm install 4.3.2
nvm use 4.3.2
npm install
npm start

On making a pull request:

  1. Do a git rebase on this develop branch.
  2. Make sure all tests pass by running npm test.
  3. Make sure all styles are correct by running npm run lint.
  4. Commit your codes in a feature-branch.