Add, update, diff, build and test with the jsrepo CLI.
The init command helps you initialize a project that will add blocks with jsrepo.
The add command helps you add blocks to your project from remote repositories.
or
The update command helps you update blocks already installed in your project. When updating the CLI will take you over every changed file and show you a diff so you can what changed and decide whether or not to accept the change.
The build command builds the specified directories into a jsrepo-manifest.json file.
The test command allows you to run remote tests on your local code from the CLI.
This ensures any changes to your code haven't caused any of the original tests to fail.
The diff command allows you to check what changes would occur if you were to update the block from remote.