nov-nodejs-core-util-temp
v0.1.1
Published
This will be used to have all the necessary core components for the nodejs projects
Downloads
1
Readme
Novigi Nodejs Core Utils
A reusable collection of javascript util methods and functions made for Nodejs projects
⭐️ Features
- Bitbucket build pipelines
- eslint code analysis
- Jest unit testing
📖 Documentation
// TODO: update the documentation https://novigi.atlassian.net/wiki/spaces/NOV20011/pages/2355429393/Node.js+Core+Util+Documentation
📦 Getting Started
- Clone the project
git clone https://bitbucket.org/novigi/nov20011-nodejs-core-utils.git
- Install NPM dependencies
npm install
- Run lint and unit tests
npm run lint
npm test
💎 Customization
// TODO: how to add a new module to the /lib
🚀 Deployment
// TODO: how to publish with npm publish