sliit-foss / npm-catalogue

A curated list of NPM packages developed by the SLIIT FOSS community. Additionally, it houses the core libraries of the Timekeeper ecosystem
https://www.npmjs.com/~sliit.foss
MIT License
2 stars 6 forks source link
bashaway hacktoberfest npm-packages timekeeper turborepo

Banner

Catalogue

A curated list of NPM packages developed by the SLIIT FOSS community


Getting started


Test and Deploy


Git commit messages


Disable version bumping for specific commit

  git commit -m "Feat: some feature --no-bump"


Linting and Formatting


Remote Caching

Turborepo can use a technique known as Remote Caching to share cache artifacts across machines, enabling you to share build caches with your team and CI/CD pipelines.

By default, Turborepo will cache locally. To enable Remote Caching you will need an account with Vercel. If you don't have an account you can create one, then enter the following commands:

pnpm dlx turbo login

This will authenticate the Turborepo CLI with your Vercel account.

Next, you can link your Turborepo to your Remote Cache by running the following command from the root of your turborepo:

pnpm dlx turbo link