actions-on-google-ts
TypeScript icon, indicating that this package has built-in type declarations

1.2.1-3 • Public • Published

NPM NPM

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

Package Sidebar

Install

npm i actions-on-google-ts

Weekly Downloads

2

Version

1.2.1-3

License

Apache-2.0

Last publish

Collaborators

  • huh