An open API service indexing awesome lists of open source software.

https://github.com/polymer/tools

Polymer Tools Monorepo
https://github.com/polymer/tools

Last synced: about 1 year ago
JSON representation

Polymer Tools Monorepo

Awesome Lists containing this project

README

          

# Polymer Tools Monorepo

[![Travis Build Status](https://travis-ci.org/Polymer/tools.svg?branch=master)](https://travis-ci.org/Polymer/tools/branches)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/4ss50o7t0312c2v1/branch/master?svg=true)](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
```