https://github.com/polymer/tools
Polymer Tools Monorepo
https://github.com/polymer/tools
Last synced: about 1 year ago
JSON representation
Polymer Tools Monorepo
- Host: GitHub
- URL: https://github.com/polymer/tools
- Owner: Polymer
- License: bsd-3-clause
- Created: 2013-04-10T22:10:02.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2025-03-28T22:13:35.000Z (about 1 year ago)
- Last Synced: 2025-05-08T12:41:13.690Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 61.6 MB
- Stars: 432
- Watchers: 47
- Forks: 200
- Open Issues: 836
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Polymer Tools Monorepo
[](https://travis-ci.org/Polymer/tools/branches)
[](https://ci.appveyor.com/project/Polymer/tools/branch/master)
## Workflow
### Setup
```bash
npm install
npm run bootstrap
npm run build
```
### Development commands
```bash
npm test # runs all command line tests, takes a couple of minutes
code ./tools.code-workspace # opens vscode in workspace mode, configured for the monorepo
```