https://github.com/teradata/covalent-tools
Covalent Tools, Scripts and more.
https://github.com/teradata/covalent-tools
Last synced: 9 months ago
JSON representation
Covalent Tools, Scripts and more.
- Host: GitHub
- URL: https://github.com/teradata/covalent-tools
- Owner: Teradata
- License: mit
- Created: 2018-01-08T21:46:50.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-05T00:43:04.000Z (over 3 years ago)
- Last Synced: 2025-07-06T22:22:05.579Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.72 MB
- Stars: 5
- Watchers: 12
- Forks: 5
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Covalent Tools: Tools to help with Covalent Platform
[](https://travis-ci.org/Teradata/covalent-tools)
[](https://badge.fury.io/js/%40covalent%tools)
[](https://gitter.im/Teradata/covalent?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://coveralls.io/github/Teradata/covalent-tools)

Covalent is a reusable UI platform from Teradata for building web applications with common standards and tooling. It is based on Angular and Material Design.
Covalent Tools is a set of tools to help with building, testing, and deploying Covalent Applications.
**Vision: To build an atomic, reusable component platform for Teradata to consume, while collaborating in an open source model.**
## Setup
- Ensure you have Node 8.9.4+ and NPM 5+ (or Yarn 1.3.2+) installed.
- Install Angular CLI `npm install -g @angular/cli`
- Install Typescript `npm install -g typescript`
- Install TSLint `npm install -g tslint`
- Install Protractor for e2e testing `npm install -g protractor`
- Install Node packages `npm ci`
- If using yarn locally, `npm rebuild node-sass` is required for https://github.com/yarnpkg/yarn/issues/1981 as of `v0.22.0`
---
## Usage
- [CLI](docs/CLI.md)
- [E2E Testing Coverage](covalent-e2e-coverage)