@form8ion/shuttle
v1.0.2
Published
A utility for moving a repository from one account to another
Readme
shuttle
A utility for moving a repository from one account to another :minibus:
Table of Contents
Usage
Installation
$ npm install @form8ion/shuttle --save-prodExample
Import
import {shuttle} from '@form8ion/shuttle';Execute
await shuttle({decisions: {[questionNames.PROJECT_NAME]: 'new-project-name'}});Contributing
Dependencies
$ nvm install
$ npm installVerification
$ npm test