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
,keywords
fields found in thepackage.json
file. - Update
LICENSE
file as well aslicense
field on the package.json file. - Update this
README.md
file to contain your package specific information. Update the following;- Replace all occurrences of
template-node-package
on this file. - Replace all occurrences of
mernxl
with appropriate,mernxl
in this case is my username.
- Replace all occurrences of
- Remove the
.gitkeep
file insrc
directory - 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