sync-repos

0.3.2 • Public • Published

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

/sync-repos/

    Package Sidebar

    Install

    npm i sync-repos

    Weekly Downloads

    9

    Version

    0.3.2

    License

    MIT

    Unpacked Size

    25.8 kB

    Total Files

    20

    Last publish

    Collaborators

    • ewnd9