Template for node Packages written in TypeScript, Features Jest, Eslint, Prettier
When initialised, you will need to update the following;
- Update Package
name,description,author,repository,bugs,keywordsfields found in thepackage.jsonfile. - Update
LICENSEfile as well aslicensefield on the package.json file. - Update this
README.mdfile to contain your package specific information. Update the following;- Replace all occurrences of
template-node-packageon this file. - Replace all occurrences of
mernxlwith appropriate,mernxlin this case is my username.
- Replace all occurrences of
- Remove the
.gitkeepfile insrcdirectory - Run
yarn install
🚀 Happy Coding from mernxl 🚀
yarn add template-node-package
or
npm install template-node-package
This project is MIT Licensed - see the LICENSE.md file for details