actions-on-google-ts
v1.2.1-3
Published
Actions on Google Client Library for Node.js (TypeScript fork)
Downloads
5
Maintainers
Readme
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-ts
Develop
git checkout ts
npm install
npm run ts-build
# npm run ts-clean
Sync 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/master
Compare
https://github.com/actions-on-google/actions-on-google-nodejs/compare/<old-commit-hash>...master