node-common are set of useful tools for developing Node.js applications.
This repo is a monorepo which contains the libs:
- Clone the repo
- From your workspace root run
npm install
, thennpm run bootstrap
andnpm run build
npm run integration
- run integration tests in each packagenpm run add -- <dependency> [--scope=<package-name>]
- add<depencency>
topackages/package-name
. Ifscope
flag is ommited it addsdependency
to all packages.npm run format
- run code formatternpm run lint
- run linter analysisnpm run watch
- build packages and watch for changes
This project is licensed under the terms of the MIT license.