1.0.9 • Published 3 years ago

@beyondnet/musicstore-shared v1.0.9

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

@beyondnet/musicstore-shared

Shared library with common components for Music Store Project.

Steps to create a new common library with NPM

  1. npm init -y
  2. tsc --init
  3. 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.
1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago