Skip to content
This repository has been archived by the owner on Dec 29, 2017. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

FullScreenShenanigans/UsageHelpr

Repository files navigation

UsageHelpr

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published