GithubHelp home page GithubHelp logo

elonvolo / muro Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 189 KB

A tool for dealing with conglomerations of git repositories

License: MIT License

TypeScript 91.32% JavaScript 8.14% EJS 0.54%

muro's Introduction

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:

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

License

MIT - see LICENSE

muro's People

Contributors

elonvolo avatar

Watchers

 avatar  avatar

muro's Issues

Adding special excluded .muro config files in the repo

To make it easier to use muro as a passthrough, add exluded .muroconfig files in each repository so muro knows where it is and what it's doing.

my_network_module_root_repository_folder/.muroconfig
my_ui_module_root_repository_folder/.muroconfig
my_security_module_root_repository_folder/.muroconfig

Basically, we'll have stuff added to .git/info/exclude

Support Excluded

Add support for files that need to have a git exclude

For example, let's say there's a json configuration file with necessary configuration information required for the app to work that:

  1. Doesn't have a .gitignore put into the project because politics, so adding the file to the checked out repository folder will end up adding an untracked file
  2. Must be recreated/redownloaded on a branch change, or on a fresh repo checkout

Create config from list

As a muro user, I want to be able to go to multiple git-whatever sites, copy paste a url into a text file, hit enter, do it again for another url, etc and the be able to use that to create a new muro config

Detect existing repos

Put in code to deal with existing repositories (i.e. "Don't try to clone already-existing repos")

Streamline Unit Tests

Add functionality that makes it easier to do things like create temporary git repos in tempfile/temp directory locations

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.