mirror of
https://github.com/FullScreenShenanigans/UsageHelpr.git
synced 2026-04-28 13:03:13 -07:00
greenkeeper/initial
UsageHelpr
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 intodist/.gulp tsc- Runs the TypeScript compiler.gulp tslint- Runs TSLint.gulp test- Runs tests intests/.gulp watch- Runs thetscandtslinttasks when a source file changes.
Description
Languages
TypeScript
70.6%
JavaScript
24%
HTML
5.4%