Closed mya-crabnebula closed 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.
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"
}
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.