0.3.2 • Published 3 years ago

sync-repos v0.3.2

Weekly downloads
23
License
MIT
Repository
github
Last release
3 years ago

sync-repos

Install

$ yarn add sync-repos

Usage

import { GitlabProvider } from 'sync-repos';

const provider = GitlabProvider.getProviderByHostname({ host: 'github.com', process.env.GH_TOKEN });
const projects = await provider.getAllProjects({ owner: 'ewnd9', name: '*' });

License

MIT © ewnd9