New:Socket for Asana Is Now Available.Learn more
Get Started

@beyondnet/tslib-nestddd

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@beyondnet/tslib-nestddd

A simple NEST extension to add DDD

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

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.

FAQs

Package last updated on 09 Nov 2021

Related posts