@form8ion/shuttle
v1.0.2
Published
A utility for moving a repository from one account to another
Downloads
1,028
Readme
shuttle
A utility for moving a repository from one account to another :minibus:
Table of Contents
Usage
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
Dependencies
$ nvm install
$ npm install
Verification
$ npm test