Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/elonvolo/muro
- Owner: ElonVolo
- License: mit
- Created: 2021-12-28T21:16:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-28T09:02:35.000Z (over 2 years ago)
- Last Synced: 2024-10-03T12:44:18.532Z (about 1 month ago)
- Language: TypeScript
- Size: 185 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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