Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@covalent/tools

teradata67MIT2.0.1

Tooling, Scripts, and CLI for Covalent Applications

angular, covalent, cli, scripts

readme

Covalent Tools: Tools to help with Covalent Platform

Build Status npm version Join the chat at https://gitter.im/Teradata/covalent Coverage Status

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 i -g @angular/cli
  • Install Typescript npm i -g typescript
  • Install TSLint npm install -g tslint
  • Install Protractor for e2e testing npm install -g protractor
  • Install Node packages npm install
  • If using yarn locally, npm rebuild node-sass is required for https://github.com/yarnpkg/yarn/issues/1981 as of v0.22.0

Usage