0.0.5 • Published 4 years ago
@harambee/fast v0.0.5
Fast
Make things fast, Break things fast, Learn things fast
Usage
$ npx @harambee/fast <dest> <...options>
$ yarn global add @harambee/fast
$ npm i -g @harambee/fast
Global Usage
$ fast <dest> <...options>
Options
dest (optional) Directory to output to
Options
-(-s)etup Runs npm install
Supported Examples
- Prisma
- Vercel
To add more just edit examples.ts
Development
git clone https://github.com/prisma/codemods.git
cd codemods
yarn && yarn watch
In a separate terminal you can then run
yarn cli --help
Testing
yarn test