-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yo-rc.json
22 lines (22 loc) · 1.02 KB
/
.yo-rc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"@anansi/generator-js": {
"githubOrg": "react-noui",
"rootPath": "src",
"assetPath": "dist",
"serverPath": "dist-server",
"appName": "create-form",
"githubDomain": "github.com",
"testing": true,
"features": [
"storybook",
"testing",
"CI"
],
"badges": "[![CircleCI](https://circleci.com/gh/taystack/use-form.svg?style=shield)](https://circleci.com/gh/taystack/use-form)\n\n[![npm downloads](https://img.shields.io/npm/dm/use-form.svg?style=flat-square)](https://www.npmjs.com/package/use-form)\n[![gzip size](https://img.badgesize.io/https://unpkg.com/use-form?compression=gzip&style=flat-square)](https://unpkg.com/use-form)\n[![npm version](https://img.shields.io/npm/v/use-forms.svg?style=flat-square)](https://www.npmjs.com/package/use-form)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)",
"storybook": true,
"libPath": "lib",
"webpack": true,
"style": "linaria",
"devssl": false
}
}