1
0
mirror of synced 2025-12-22 11:31:02 -05:00

Replace npm install + generate -> ./generate.sh in docs (#4048)

This commit is contained in:
Dmytro
2021-06-11 02:17:35 +03:00
committed by GitHub
parent e26f813536
commit d5d0c8b252
9 changed files with 12 additions and 25 deletions

View File

@@ -4,9 +4,7 @@ Airbyte provides a code generator which bootstraps the scaffolding for our conne
```bash
$ cd airbyte-integrations/connector-templates/generator # assumes you are starting from the root of the Airbyte project.
# Install NPM from https://www.npmjs.com/get-npm if you don't have it
$ npm install
$ npm run generate
$ ./generate.sh
```
Select the `Python HTTP API Source` template and then input the name of your connector. For this walk-through we will refer to our source as `python-http-example`. The finalized source code for this tutorial can be found [here](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-python-http-tutorial).