{"id":19205527,"url":"https://github.com/markserv/robonaut","last_synced_at":"2026-06-19T15:04:42.387Z","repository":{"id":95772177,"uuid":"76966685","full_name":"markserv/robonaut","owner":"markserv","description":"A monorepo manager for NPM+Git libraries.","archived":false,"fork":false,"pushed_at":"2017-02-10T21:20:55.000Z","size":67,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-29T23:48:36.654Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/markserv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-12-20T15:11:32.000Z","updated_at":"2017-01-13T06:47:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"e5857bee-231f-4ea4-a467-0d5630e9d968","html_url":"https://github.com/markserv/robonaut","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/markserv/robonaut","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markserv%2Frobonaut","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markserv%2Frobonaut/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markserv%2Frobonaut/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markserv%2Frobonaut/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markserv","download_url":"https://codeload.github.com/markserv/robonaut/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markserv%2Frobonaut/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34536286,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T13:13:05.469Z","updated_at":"2026-06-19T15:04:42.382Z","avatar_url":"https://github.com/markserv.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# robonaut\n\nA mono-(poly)-repo manager for NPM+Git libraries.\n\nDemo: [Youtube](https://www.youtube.com/watch?v=IfnSDgQjTVw)\n\n## Disclaimer\n\nWarning: Robot is packed full of religious convictions that other developers may strongly disagree with.\n\nRobonaut was haked together in 3 days, and is undoubtedly very brittle. It was designed to work with one open-source project ([markserv](https://github.com/markserv)). It is a very early tool that will likely mature alongside the code it is supporting.\n\n## About\n\nRobonaut is designed to manage a NodeJs project that contains many repos. I found that as my project was scaling in size and complexity, I would often make stupid, simple, human errors like:\n\n- Forgetting to increment version numbers\n- Increment version numbers incorrectly\n- Forgetting to `git push` a package I had updated\n- Forgetting to `npm push` a package I had updated\n- Etc.\n\nUsually this would result in a Travis build failing, followed by a frantic igging to find out why. (Hey... everything was working fine on my computer!) Clearly I needed to enlist the help of a trusty robot.\n\nRobonaut (currently) works on a few basic principles:\n\n1. Modules imported must already exist as an NPM package and a GIT repo.\n1. Only one feature or patch is ever being worked on at a time. (this will change in the future)\n1. Version numbers increments are cross-linkedm (packages that are worked on simultaneously will be incremented together).\n\n## Usage\n\n### embed\n\n`robonaut embed`\n\nEmbeds robonaut in your directory, by setting up a `package.json` and a `robotnaut_modules` directory.\n\n### prime\n\n`robonaut prime pkg1,pkg2,pk3`\n\nAdds an array of packages to `package.json` in `robonautDeps`.\n\n### assemble\n\n`robonaut assemble`\n\n- Gets dependencies json from NPM\n- Git clones the dependency\n- Npm installs the repo\n\n### fuse\n\n`robonaut fuse`\n\nCross links all dependencies with `npm link`.\n\nExample:\n\n```\nRobonaut  🏁  LINKED...\nmarkserv-cli ⇠ ━┓\n                ┗━ ⇠ markserv-contrib-app.github\nmarkserv-contrib-app.github ⇠ ━┓\n                               ┣━ ⇠ markserv-contrib-inc.html\n                               ┣━ ⇠ markserv-contrib-inc.less\n                               ┣━ ⇠ markserv-contrib-inc.markdown\n                               ┣━ ⇠ markserv-contrib-mod.dir\n                               ┣━ ⇠ markserv-contrib-mod.file\n                               ┣━ ⇠ markserv-contrib-mod.html\n                               ┗━ ⇠ markserv-contrib-mod.http-404\n```\n\n### scan\n\n`robonaut scan`\n\nScans all modules for changed `git diff`.\n\n### numerate\n\n`robonaut numerate`\n\nIncrements all changed packages by the same pattern in the `package.json` file.\n\nExample:\n\n```\n  Major   Minor   Patch\n _______ _______    +\n                 markserv-cli  master (1.0.61) » 1.0.62\n  markserv-contrib-app.github  master (1.0.75) » 1.0.76\n    markserv-contrib-inc.less  master (1.0.5) » 1.0.6\nmarkserv-contrib-mod.http-404  master (1.0.6) » 1.0.7\n```\n\n### transmit\n\n`robonaut transmit \"My Commit message!\"`\n\nPushes code to their respective GIT repos, then publishes to the NPM repository.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkserv%2Frobonaut","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkserv%2Frobonaut","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkserv%2Frobonaut/lists"}