Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Commands #8

Open
natew opened this issue Feb 10, 2017 · 0 comments
Open

Commands #8

natew opened this issue Feb 10, 2017 · 0 comments

Comments

@natew
Copy link
Contributor

natew commented Feb 10, 2017

  • publish to publish, optional org, optional org/package, handles bumping versions
  • link <org> links together an orgs files (multiple orgs?)
  • exec -- npm run watch good, but what about if some dont have watch? watch maybe?
  • cd helps you cd into things, preferably with fuzzy match repoman cd chunky

Major questions:

Linking into monorepo requires some sort of knowledge of the monorepo and all its sub-packages which is an unfortunate complexity... any way to simplify???

  • link <...orgs> --into mono-repo --recursive could do it

Finally, not sure why we have dependencies key in config, that should be handled flexibly without needing a config.

Questions on having a repos(.json)? inside ~/projects/*:

  • Can share with team to have consistent dev env
  • Where do you store it? Github?
    • Perhaps it could just point to a remote file! the whole file could just be:
      • motion/repos/repos.json
      • then on clone it could pull everything from that?.... (complex)
  • How do you keep things in sync?
    • repoman clone-set []
    • repoman clone motion/repos/repos.json smart?
    • repoman new set => prompts for location

Naming for "sets" or "groups" or "orgs":

  • repoman sets => show list of sets?
  • repoman set clone [] => commands for a set? but this is weird...
  • repoman clone set [] => better
  • repoman set motion publish => prefix with set?
  • repoman publish motion => or postfix? seems less flexible
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant