1.0.1 • Published 6 years ago
@timnovis/scaffoldit v1.0.1
Scaffold It!
A hacky afternoon node script to automate a common part of my workflow where I have "boilerplate" repos which I use across lots of projects, but I always need to:
- Clone the repo
rm -rf .gitthe existing git repo- (optionally)
git inita new git repo
Usage
- Install globally from npm like so:
npm i -g @timnovis/scaffoldit - Run the command:
scaffoldit, this will invoke a series of questions - Alternatively, run with arguments:
scaffoldit --repo=https://url/to/repo --init - The
--initflag will rungit initat the end