zabute / glenstack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Glenstack

Scripts

npm run lint

Checks the linting of all projects and exits with a non-zero code if there are errors.

npm run format

Attempts to fix linting errors in all projects.

npm run lint:fix

Attempts to fix linting errors in all projects, and exits with a non-zero code if there are still errors anyway.

npm run test

Runs a complete test suite on all projects.

npm run build

Builds the artifacts of all projects.

npm run clean

Destroys the build artifacts for all projects.

About

License:MIT License


Languages

Language:TypeScript 98.5%Language:JavaScript 1.5%