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

beyondnet.nestjs.sharedlib

Package Overview
Dependencies
Maintainers
1
Versions
8
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.nestjs.sharedlib

a shared lib for nestjs

unpublished
latest
npmnpm
Version
1.0.7
Version published
Maintainers
1
Created
Source

BeyondNet.NodeJsExpert.SharedLib

A basic template to start nodejs projects with Typescript, Huski, Eslint, Prettier, etc.

Steps to create a new common library with NPM

  • npm init -y
  • tsc --init
  • npm i typescript del-cli --save-dev

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 28 Jul 2022

Related posts