shuttle
A utility for moving a repository from one account to another 🚐
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