Skip to content

Latest commit

 

History

History
119 lines (73 loc) · 2.99 KB

README.md

File metadata and controls

119 lines (73 loc) · 2.99 KB

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