Skip to content

A utility for moving a repository from one account to another 🚐

License

Notifications You must be signed in to change notification settings

form8ion/shuttle

Repository files navigation

shuttle

A utility for moving a repository from one account to another 🚐

Codecov SLSA Level 2 Node CI Workflow Status

Table of Contents

Usage

npm Try @form8ion/shuttle on RunKit MIT license

Installation

$ npm install @form8ion/shuttle --save-prod

Example

Import

import {shuttle} from '@form8ion/shuttle';

Execute

  await shuttle({decisions: {[questionNames.PROJECT_NAME]: 'new-project-name'}});

Contributing

Conventional Commits Commitizen friendly semantic-release PRs Welcome Renovate

Dependencies

$ nvm install
$ npm install

Verification

$ npm test