1.0.1 • Published 3 years ago
@nachonacho/prisma v1.0.1
Prisma Client generator for NachoNacho
Installing this package
As this is a private package in NPM, you'll need an NPM token to install your dependencies if it is present.
In order to do this, we have a .npmrc file in the project root that contains this line:
//registry.npmjs.org/:_authToken=${NPM_TOKEN}To access your token, you'll need to export a variable called NPM_TOKEN in your shell configuration file. Access ~/.zshrc (or ~/.bashrc in linux) and add this line:
export NPM_TOKEN=<your-token>Versioning
NachoNacho SDK respect SemVer versioning specification: https://semver.org
To publish a new version, use npx np. If it introduces breaking changes, please increment the major version.
1.0.1
3 years ago