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

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.

Awesome Lists containing this project

README

          

## Covalent Tools: Tools to help with Covalent Platform

[![Build Status](https://travis-ci.org/Teradata/covalent-tools.svg?branch=develop)](https://travis-ci.org/Teradata/covalent-tools)
[![npm version](https://badge.fury.io/js/%40covalent%2Ftools.svg)](https://badge.fury.io/js/%40covalent%tools)
[![Join the chat at https://gitter.im/Teradata/covalent](https://badges.gitter.im/Teradata/covalent.svg)](https://gitter.im/Teradata/covalent?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Coverage Status](https://coveralls.io/repos/github/Teradata/covalent-tools/badge.svg)](https://coveralls.io/github/Teradata/covalent-tools)

Covalent

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)