angular-docs-cn/aio/tools/examples/shared
Pete Bacon Darwin 34b74cecb6 build(docs-infra): add a tool to create new examples (#39283)
This tool can be run from anywhere in the aio folder as:

```sh
yarn create-example <example-name>
```

It will create some basic scaffold files to get the example started.
After creation the developer should then use `yarn boilerplate:add`
or similar to ensure that the example can be run and tested.

You can optionally provide an absolute path to a pre-existing CLI
project and it will copy over appropriate files (ignoring boilerplate)
to the newly created example.

```sh
yarn create-example <example-name> /path/to/other/cli/project
```

Fixes #39275

PR Close #39283
2020-10-16 08:14:38 -07:00
..
boilerplate docs: remove IE10 references from comments in the code (#39090) 2020-10-13 15:51:49 -07:00
example-scaffold build(docs-infra): add a tool to create new examples (#39283) 2020-10-16 08:14:38 -07:00
package.json build: bump Chromium to next stable version: 84.0.4147 (#39179) 2020-10-09 07:53:11 -07:00
protractor.config.js build(docs-infra): use `puppeteer` to get a browser for docs examples tests (#35381) 2020-02-18 12:42:47 -08:00
sync-boilerplate-dependencies.js build(docs-infra): simplify updating dependencies in docs examples boilerplate (#38992) 2020-09-30 09:20:00 -04:00
tsconfig.json build: remove skipLibCheck from AIO examples (#37128) 2020-05-15 10:05:26 -07:00
yarn.lock build: bump Chromium to next stable version: 84.0.4147 (#39179) 2020-10-09 07:53:11 -07:00