Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elonvolo/muro

A tool for dealing with conglomerations of git repositories
https://github.com/elonvolo/muro

Last synced: 15 days ago
JSON representation

A tool for dealing with conglomerations of git repositories

Awesome Lists containing this project

README

        

# muro CLI

A CLI for muro.

## Customizing your CLI

Check out the documentation at https://github.com/infinitered/gluegun/tree/master/docs.

## Publishing to NPM

To package your CLI up for NPM, do this:

```shell
$ npm login
$ npm whoami
$ npm lint
$ npm test
(if typescript, run `npm run build` here)
$ npm publish
```

# License

MIT - see LICENSE