-
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) · 1.08 KB
/
.yo-rc.json
File metadata and controls
17 lines (17 loc) · 1.08 KB
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-conditional-fallback",
"githubDomain": "github.com",
"testing": true,
"features": [
"testing",
"CI"
],
"badges": "[](https://circleci.com/gh/react-noui/react-conditional-fallback)\n\n[](https://www.npmjs.com/package/react-conditional-fallback)\n[](https://unpkg.com/react-conditional-fallback)\n[](https://www.npmjs.com/package/react-conditional-fallback)\n[](http://makeapullrequest.com)",
"libPath": "lib"
}
}