1.0.2 • Published 4 months ago

@form8ion/shuttle v1.0.2

Weekly downloads
82
License
MIT
Repository
github
Last release
4 months ago

shuttle

A utility for moving a repository from one account to another :minibus:

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