- [NodeJS] - JavaScript runtime built on JavaScript engine.
- [Typescript] - Provides us with a type structure for Javascript.
- [Serverless Framework] - Toolkit for building serverless applications.
To install dependencies of project.
$ npm install
$ cd paladin-common $ npm run build $ npm version patch take the latest version(ex: v1.1.13) $ Sing-up to npm using below link https://www.npmjs.com/signup $ npm login (this is one time process) enter the vailed credintials to login $ npm publish
Install paladin-common with latest version in all the 3 folders - paladin-cron-jobs, paladin-extension-service, paladin-portal-services
ex:
$ cd paladin-portal-services
$ npm install --save paladin-common@1.1.13