0xcaff / dialogflow-cli

A command line tool to import and export a dialogflow agent's state.
MIT License
7 stars 6 forks source link

Transpile Code #5

Closed 0xcaff closed 6 years ago

0xcaff commented 6 years ago

Currently the code is written in ES6. It runs on node 9x. It should be transpiled with Babel before publishing so that people without node 9x can use it.

It should work with node 4.