2017-12-29 00:37:08 +00:00
2016-05-20 02:23:10 -07:00
2016-05-20 02:23:10 -07:00
2016-05-20 02:23:10 -07:00
2016-05-20 02:23:10 -07:00
2016-05-20 02:23:10 -07:00
2017-12-29 00:37:08 +00:00
2016-05-20 02:23:10 -07:00
2016-05-20 02:23:10 -07:00

UsageHelpr

Greenkeeper badge Build Status NPM version

A simple interactive text-based assistant to demonstrate common API uses.

Build Process

UsageHelpr uses Gulp to automate building, which requires Node.js.

To build from scratch, install NodeJS and run the following commands:

npm install
gulp

Individual Gulp tasks

  • gulp dist - Compiles the source into dist/.
  • gulp tsc - Runs the TypeScript compiler.
  • gulp tslint - Runs TSLint.
  • gulp test - Runs tests in tests/.
  • gulp watch - Runs the tsc and tslint tasks when a source file changes.
S
Description
No description provided
Readme 44 KiB
Languages
TypeScript 70.6%
JavaScript 24%
HTML 5.4%