1.1.0 • Published 4 years ago

@pubnamo/npm-manual v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

gitlab .gitlab-ci.yml

gitlab create

npm

  • npm i /path/to/local/dir/with/packagejson is possible

  • npm token

    • npm > toprightprofile > accesstokens > generate
    • GitLab CI/CD: Set an NPM_TOKEN variable under your project’s Settings > CI/CD > Variables.
  • npm update

    • npm update updates modules to the max version meeting the semver requirement
  • package.json

  • create & publish package

    • login

      • npm login
    • create

      • npm init
      • set name to : @pubnamo/sumpackage
    • publish

      • npm publish --access public
        • private requires payment

Up Next

1.1.0

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago