crabnebula-dev / style-guide

CrabNebula's style-guide
https://crabnebula.dev
GNU Affero General Public License v3.0
0 stars 1 forks source link

Installation instructions #1

Closed mya-crabnebula closed 1 year ago

mya-crabnebula commented 1 year ago

Need to figure out how to distribute this internally. Maybe we can use GitHub's support for NPM packages as a quick and easy option. At the end of the day, we need an easy way for anyone internally to easily add to their project.

mya-crabnebula commented 1 year ago

Another idea here would be to use git submodules to embed this repo in each of the projects and then they can add this project to their pnpm setup and reference the resources that way.

mya-crabnebula commented 1 year ago

This also works:

"dependencies": {
  "@cloudflare/kv-asset-handler": "^0.3.0",
  "@crabnebula-dev/style-guide": "git+ssh://git@github.com/crabnebula-dev/style-guide.git#main"
}