1.2.1-3 • Published 8 years ago
actions-on-google-ts v1.2.1-3
actions-on-google-ts is a TypeScript fork of the official Cient library for Actions on Google using Node.js (actions-on-google).
Usage
npm install actions-on-google-tsDevelop
git checkout ts
npm install
npm run ts-build
# npm run ts-cleanSync with upstream
git remote add upstream https://github.com/actions-on-google/actions-on-google-nodejs
git fetch upstream
git checkout master
git checkout ts
git merge upstream/masterCompare
https://github.com/actions-on-google/actions-on-google-nodejs/compare/<old-commit-hash>...master
