1.0.1 • Published 2 years ago

@nachonacho/prisma v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Prisma Client generator for NachoNacho

Image of 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.