1.0.6 • Published 4 years ago

@openapijs/core v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

core

core express typescript library

#npm publish

Create scope package.

> npm init --scope=@openapijs

> npm login --scope=@openapijs
Logged in as openapijs to scope @openapijs on https://registry.npmjs.org/.

npm config set @myco:registry http://reg.example.com

> npm config set @openapijs:registry https://registry.npmjs.org/

add the -scope to the package.json name i.e. @openapijs/core

> npm publish --access public

Test the published package

> npm install @openapijs/core

Bumping a new version

> npm version patch