UNPKG

446 BJavaScriptView Raw
1//this file contains help docs for init command
2
3module.exports = {
4 intro: "Initializes a new connector",
5 info: "Initializes a new connector",
6 docs: "init command help docs",
7 example: "flow init [--template=minimal]",
8 explanation: `Initializes a new Built.io flow Connector. If you specify a template, it will download and install the connector from that template. After running this, you will have a new example app in your directory. `
9}
10