A utility for moving a repository from one account to another 🚐
$ npm install @form8ion/shuttle --save-prod
import {shuttle} from '@form8ion/shuttle';
await shuttle({decisions: {[questionNames.PROJECT_NAME]: 'new-project-name'}});
$ nvm install
$ npm install
$ npm test