JSPM

  • Created
  • Published
  • Downloads 3234
  • Score
    100M100P100Q115776F
  • License MIT

A CLI to add shared code from remote repositories.

Package Exports

  • jsrepo

Readme

jsrepo

jsrepo

npx jsrepo init

CLI for jsrepo. Used to build and download code from registries that YOU own.

Kinda like shadcn-ui but bring-your-own registry!

  1. Build your own registry
  2. Download your blocks
Usage: jsrepo [options] [command]

A CLI to add shared code from remote repositories.

Options:
  -V, --version                 output the version number
  -h, --help                    display help for command

Commands:
  add [options] [blocks...]
  auth [options]                Provide a token for access to private repositories.
  init [options]                Initializes your project with a configuration file.
  test [options] [blocks...]    Tests local blocks against most recent remote tests.
  build [options]               Builds the provided --dirs in the project root into a `jsrepo-manifest.json` file.
  update [options] [blocks...]
  diff [options]                Compares local blocks to the blocks in the provided repository.
  help [command]                display help for command

Example registries