https://github.com/jsrepojs/jsrepo
♻️ The best way to reuse your code.
https://github.com/jsrepojs/jsrepo
cli typescript utilities
Last synced: about 1 month ago
JSON representation
♻️ The best way to reuse your code.
- Host: GitHub
- URL: https://github.com/jsrepojs/jsrepo
- Owner: jsrepojs
- License: mit
- Created: 2024-09-07T13:52:16.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-05-05T21:09:31.000Z (about 1 month ago)
- Last Synced: 2025-05-05T21:09:47.127Z (about 1 month ago)
- Topics: cli, typescript, utilities
- Language: TypeScript
- Homepage: https://jsrepo.dev
- Size: 7.78 MB
- Stars: 399
- Watchers: 1
- Forks: 24
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
**jsrepo** is a CLI to build and distribute your code. It takes inspiration from the way that [shadcn/ui](https://ui.shadcn.com/) allows you install portable blocks of code.
The goal of jsrepo is to make this method of distributing code easier and more maintainable.
It does this by unifying the tooling it takes to build a registry, with the tooling it takes to distribute it. As well as providing a rich feature set to make maintaining that code much easier.
## Getting Started
- [Create a registry](https://jsrepo.dev/docs/registry)
- [Download your blocks](https://jsrepo.dev/docs/setup)## Demos
- [Create your first registry](https://youtu.be/IyJQI3z8PWg)
- [Build your own shadcn-style library with jsrepo](https://youtu.be/zWfBt1vKb84)
- [Building the shadcn/ui registry with jsrepo](https://youtu.be/tj7BUE9V7fw)