Repository · Packages
Published artifacts.
Every npm package shipped from ccantynz/vapron-starter-express, scoped to the repo's own registry namespace.
Publish your first package
Wire your repo to the Gluecron npm registry and run npm publish — your tarball will appear here.
To publish:
- Create a personal access token at /settings/tokens.
- Add to your
.npmrc:registry=http://www.gluecron.com/npm/ //www.gluecron.com/npm/:_authToken=YOUR_PAT
- In
package.json, pointrepository.urlat this repo (http://www.gluecron.com/ccantynz/vapron-starter-express.git). - Run
npm publish.