[go: up one dir, main page]

Skip to content

hrajchert/gh-repo-sync

Repository files navigation

Github Repository Sync

This will be a tool to sync the configuration between multiple githubs repository, in order to configure once and sync everywhere.

For now this is a project to help me learn PureScript, it's far away for being feature complete.

To Use it

You can execute the binary (without installing it) direct from npm using

$ npx gh-repo-sync

Or if you want you can install it globally

$ npm install -g gh-repo-sync

To Develop

Clone the repository

$ git clone git@github.com:hrajchert/gh-repo-sync.git

and install dependencies

$ bower install
$ npm install

make sure to have purescript installed. If you want to create the binary file execute

$ npm run build

To run it

$ npm run start

You'll need to create a `config.json with the properties as stated by the Config object. You can issue a github token from the Personal Access Token page.

About

WIP: Helper tool to sync githubs configuration

Resources

License

Stars

Watchers

Forks

Packages

No packages published