1.0.3 • Published 4 years ago
@beyondnet/tslib-nestddd v1.0.3
BeyondNet.TsLib.Ddd
A simple template to create npm package for DDD common patterns
Steps to create a new common library with NPM
- npm init -y
- tsc --init
- npm i typescript del-cli --save-dev
Some important Git commands
- git status
- git add .
- git commit -m
- npm version patch
- npm run build
- npm publish --access=public
Sometimes we need to use:
- npm login
- pm publish --access public ?? npm login
Key dependencies
- del-cli: clearing the build directory before build.