feat: initial commit

This commit is contained in:
Elliot DeNolf
2020-12-27 21:03:19 -05:00
commit 1f3e9b22f4
12 changed files with 747 additions and 0 deletions

10
package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"dependencies": {
"@sindresorhus/slugify": "^1.1.0",
"arg": "^5.0.0",
"execa": "^5.0.0",
"fs-extra": "^9.0.1",
"ora": "^5.1.0",
"prompts": "^2.4.0"
}
}