You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/automating/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ npm init @open-wc automating
16
16
```
17
17
18
18
### Manual Setup
19
-
- copy [.circleci/config.yml](https://github.com/open-wc/open-wc/blob/master/packages/generator-open-wc/generators/tools-circleci/templates/static/.circleci/config.yml) to `.circleci/config.yml`
19
+
- copy [.circleci/config.yml](https://github.com/open-wc/open-wc/blob/master/packages/create/src/generators/tools-circleci/templates/static/.circleci/config.yml) to `.circleci/config.yml`
- Copy [.eslintignore](https://github.com/open-wc/open-wc/blob/master/packages/generator-open-wc/generators/linting-eslint/templates/static/.eslintignore) to `.eslintignore`
23
-
- Copy [.eslintrc.js](https://github.com/open-wc/open-wc/blob/master/packages/generator-open-wc/generators/linting-prettier/templates/static/.eslintrc.js) to `.eslintrc.js`
24
-
- Copy [.prettierignore](https://github.com/open-wc/open-wc/blob/master/packages/generator-open-wc/generators/linting-prettier/templates/static/.prettierignore) to `.prettierignore`
25
-
- Copy [prettier.config.js](https://github.com/open-wc/open-wc/blob/master/packages/generator-open-wc/generators/linting-prettier/templates/_prettier.config.js) to `prettier.config.js`
26
-
- Copy [husky.config.js](https://github.com/open-wc/open-wc/blob/master/packages/generator-open-wc/generators/linting/templates/static/husky.config.js) to `husky.config.js`
27
-
- Copy [commitlint.config.js](https://github.com/open-wc/open-wc/blob/master/packages/generator-open-wc/generators/linting-commitlint/templates/static/commitlint.config.js) to `commitlint.config.js`
22
+
- Copy [.eslintignore](https://github.com/open-wc/open-wc/blob/master/packages/create/src/generators/linting-eslint/templates/static/.eslintignore) to `.eslintignore`
23
+
- Copy [.eslintrc.js](https://github.com/open-wc/open-wc/blob/master/packages/create/src/generators/linting-prettier/templates/static/.eslintrc.js) to `.eslintrc.js`
24
+
- Copy [.prettierignore](https://github.com/open-wc/open-wc/blob/master/packages/create/src/generators/linting-prettier/templates/static/.prettierignore) to `.prettierignore`
25
+
- Copy [prettier.config.js](https://github.com/open-wc/open-wc/blob/master/packages/create/src/generators/linting-prettier/templates/_prettier.config.js) to `prettier.config.js`
26
+
- Copy [husky.config.js](https://github.com/open-wc/open-wc/blob/master/packages/create/src/generators/linting/templates/static/husky.config.js) to `husky.config.js`
27
+
- Copy [commitlint.config.js](https://github.com/open-wc/open-wc/blob/master/packages/create/src/generators/linting-commitlint/templates/static/commitlint.config.js) to `commitlint.config.js`
Copy file name to clipboardExpand all lines: packages/eslint-config/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,8 @@ This is part of the default [open-wc](https://open-wc.org/) recommendation
15
15
16
16
## Manual
17
17
-`yarn add --dev @open-wc/eslint-config`
18
-
- Copy [.eslintignore](https://github.com/open-wc/open-wc/blob/master/packages/generator-open-wc/generators/linting-eslint/templates/static/.eslintignore) to `.eslintignore`
19
-
- Copy [.eslintrc.js](https://github.com/open-wc/open-wc/blob/master/packages/generator-open-wc/generators/linting-eslint/templates/static/.eslintrc.js) to `.eslintrc.js`
18
+
- Copy [.eslintignore](https://github.com/open-wc/open-wc/blob/master/packages/create/src/generators/linting-eslint/templates/static/.eslintignore) to `.eslintignore`
19
+
- Copy [.eslintrc.js](https://github.com/open-wc/open-wc/blob/master/packages/create/src/generators/linting-eslint/templates/static/.eslintrc.js) to `.eslintrc.js`
- Copy [karma.es5.bs.config.js](https://github.com/open-wc/open-wc/blob/master/packages/generator-open-wc/generators/testing-karma-bs/templates/static/karma.es5.bs.config.js) to `karma.es5.bs.config.js`
25
+
- Copy [karma.es5.bs.config.js](https://github.com/open-wc/open-wc/blob/master/packages/create/src/generators/testing-karma-bs/templates/static/karma.es5.bs.config.js) to `karma.es5.bs.config.js`
1. Copy the [config](https://github.com/open-wc/open-wc/blob/master/packages/generator-open-wc/generators/testing-wallaby/templates/static/wallaby.js) and save it as `wallaby.js` into your project root
16
+
1. Copy the [config](https://github.com/open-wc/open-wc/blob/master/packages/create/src/generators/testing-wallaby/templates/static/wallaby.js) and save it as `wallaby.js` into your project root
Copy file name to clipboardExpand all lines: packages/testing/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ Already part of `npm init @open-wc testing`
45
45
46
46
### Manual Install
47
47
- Install via `yarn add @open-wc/testing-karma --dev`
48
-
- Copy [karma.conf.js](https://github.com/open-wc/open-wc/blob/master/packages/generator-open-wc/generators/testing-karma/templates/static/karma.conf.js) to `karma.conf.js`
48
+
- Copy [karma.conf.js](https://github.com/open-wc/open-wc/blob/master/packages/create/src/generators/testing-karma/templates/static/karma.conf.js) to `karma.conf.js`
49
49
- Add these scripts to package.json
50
50
```js
51
51
"scripts": {
@@ -54,7 +54,7 @@ Already part of `npm init @open-wc testing`
54
54
},
55
55
```
56
56
#### If you need to support legacy browsers
57
-
- Copy [karma.es5.config.js](https://github.com/open-wc/open-wc/blob/master/packages/generator-open-wc/generators/testing-karma/templates/static/karma.es5.config.js) to `karma.es5.config.js` as well
57
+
- Copy [karma.es5.config.js](https://github.com/open-wc/open-wc/blob/master/packages/create/src/generators/testing-karma/templates/static/karma.es5.config.js) to `karma.es5.config.js` as well
58
58
```js
59
59
"scripts": {
60
60
"test:es5":"karma start karma.es5.config.js",
@@ -77,7 +77,7 @@ Already part of `npm init @open-wc testing`
77
77
### Manual Install
78
78
79
79
- Install via `yarn add @open-wc/testing-karma-bs --dev`
80
-
- Copy [karma.es5.bs.config.js](https://github.com/open-wc/open-wc/blob/master/packages/generator-open-wc/generators/testing-karma-bs/templates/static/karma.es5.bs.config.js) to `karma.es5.bs.config.js`
80
+
- Copy [karma.es5.bs.config.js](https://github.com/open-wc/open-wc/blob/master/packages/create/src/generators/testing-karma-bs/templates/static/karma.es5.bs.config.js) to `karma.es5.bs.config.js`
0 commit comments