Short description of the project.
npm install subashcs-typescript-node-starter
import { myFunction } from "subashcs-typescript-node-starter";
myFunction();
myFunction() Description of the function.
Returns
- Type:
void
- Fork the repo
- Create your feature branch (git checkout -b feature/my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin feature/my-new-feature)
- Create a new Pull Request
The library
folder contains the main source code for our project.
- Navigate to
library
folder - Install dependencies
- Add or update new methods inside lib folder , make sure you have export them
- Build after changes
- Navigate to
test
folder - To test changes , update index.js file and run test:local script
npm run test:local
- Write additional tests
- Done
MIT License