-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.yo-rc.json
More file actions
17 lines (17 loc) · 1016 Bytes
/
.yo-rc.json
File metadata and controls
17 lines (17 loc) · 1016 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"@anansi/generator-js": {
"githubOrg": "notwillk",
"rootPath": "src",
"assetPath": "dist",
"serverPath": "dist-server",
"appName": "react-wizard-flow",
"githubDomain": "github.com",
"testing": true,
"features": [
"testing",
"CI"
],
"badges": "[](https://circleci.com/gh/notwillk/react-wizard-flow)\n\n[](https://www.npmjs.com/package/react-wizard-flow)\n[](https://unpkg.com/react-wizard-flow)\n[](https://www.npmjs.com/package/react-wizard-flow)\n[](http://makeapullrequest.com)",
"libPath": "lib"
}
}