1.0.50 • Published 2 months ago

@abijobportal/common v1.0.50

Weekly downloads
-
License
ISC
Repository
-
Last release
2 months ago

to create and publish an npm package,

create a folder common, npm init

give name to the package, eg:- @abijobportal/common git init git add . git commit -m "initial commit" npm login (type it if not alerady loggied) then, npm publish --access public ("--access public" will only in first publish )

next time,

npm version patch (to update version) npm run build npm publish

or we can automate using following script in package.json

  1. "scripts": { "clear": "del ./build/*", "build": "npm run clear && tsc", "pub": "git add . && git commit -m \"Updates\" && npm version patch && npm run build && npm publish" }

  2. npm run pub

1.0.50

2 months ago

1.0.49

2 months ago

1.0.48

3 months ago

1.0.47

3 months ago

1.0.46

3 months ago

1.0.45

3 months ago

1.0.44

4 months ago

1.0.43

4 months ago

1.0.42

5 months ago

1.0.41

5 months ago

1.0.40

5 months ago

1.0.39

5 months ago

1.0.38

5 months ago

1.0.37

5 months ago

1.0.36

5 months ago

1.0.29

5 months ago

1.0.28

5 months ago

1.0.27

5 months ago

1.0.33

5 months ago

1.0.32

5 months ago

1.0.31

5 months ago

1.0.30

5 months ago

1.0.35

5 months ago

1.0.34

5 months ago

1.0.26

5 months ago

1.0.25

6 months ago

1.0.19

6 months ago

1.0.18

6 months ago

1.0.16

6 months ago

1.0.9

6 months ago

1.0.8

6 months ago

1.0.7

7 months ago

1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.22

6 months ago

1.0.21

6 months ago

1.0.20

6 months ago

1.0.24

6 months ago

1.0.23

6 months ago

1.0.11

6 months ago

1.0.10

6 months ago

1.0.15

6 months ago

1.0.14

6 months ago

1.0.12

6 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago