Timon van Spronsen
5443ce03c8
Add documentation about template flag ( #752 )
...
* Add documentation about template flag
* Update docs/development.md
Co-Authored-By: TimonVS <timonvanspronsen@outlook.com>
* Update docs/development.md
Co-Authored-By: TimonVS <timonvanspronsen@outlook.com>
* Improve `template` argument documentation
* update template step
2018-10-31 23:02:15 -04:00
Bex Warner
8964e7c613
Update development.md ( #735 )
2018-10-10 23:28:37 -04:00
Wilhelm Klopp
b9ee5de8fd
Fix two typos ( #709 )
2018-10-02 09:03:32 +01:00
Bex Warner
1e63aa5058
Update development docs to explain GitHub App Manifests ( #700 )
...
* Update development.md
* Update development.md
* Update development.md
2018-09-26 15:22:21 -04:00
Ben Scott
d712141868
Refer to instances of ApplicationFunction as appFn ( #633 )
...
Stop using the names 'plugin' and 'app' to refer to instances of
ApplicationFunction.
This renames all variable names, but leaves the plugins folder in place,
to be renamed later
2018-08-02 14:47:27 -04:00
Rahman
80fc41ad14
Add typescript option to npx/yarn command ( #630 )
2018-07-23 08:10:24 -07:00
Bex Warner
952f88b5b4
Clarifies the Probot requires a webhook secret ( #621 )
...
* Update development.md
* Update configuration.md
* Update configuration.md
* Update development.md
2018-07-13 09:50:42 -07:00
Brian Douglas
1aaf280776
update the example app id image ( #606 )
...
* update the example app id image
per https://github.com/probot/probot/issues/600
* updates image to remove retina blurryness
2018-07-04 20:10:38 -07:00
Aditya Agarwal
0ce45adb21
doc: added documentation for available npm run scripts ( #489 )
...
with the availability of `npm run lint` there is a need for some documentation. As other useful scripts like `test:watch` are being added, I think making a small subsection about them is good
2018-04-15 07:57:21 -07:00
Zeke Sikelianos
b00a6f1bb7
docs: Recommend using `npm run dev` to start with nodemon ( #487 )
2018-04-02 17:11:42 -05:00
Abhijeet Singh
19a06c898d
Updated Node.js minimum version required to 8.3.0 ( #464 )
...
Updated Node.js Minimum version required from 7.6 to 8.3.0.
The is because Probot now uses object rest/spread properties, e.g., the rest spread operator: `{ foo, bar, ..., rest } = myObject`
This is available in version 8.3.0 (ES2018). See: [NodeJS ES2018 object rest/spread properties](http://node.green/#ES2018-features-object-rest-spread-properties )
2018-03-17 08:13:22 -05:00
Brandon Keepers
a0f84205f8
Move details on development dependencies to development docs ( #463 )
...
* Move details on development dependencies to development docs
* Link to node website to install
2018-03-15 13:29:41 -05:00
Alexey Alekhin
ddb5b3d9ba
Raise an error if there are several .pem files ( #441 )
2018-03-08 21:33:46 -05:00
Brandon Keepers
c8231b5b2c
Use npx, document yarn ( #417 )
2018-02-03 15:51:53 -05:00
Jamie Strusz
0b1a875108
doc: Add `.env.example` template info ( #414 )
2018-02-03 15:01:55 -05:00
Brandon Keepers
b71b2a0135
Remove localtunnel ( #387 )
2018-01-11 21:51:39 -06:00
Katie Horne
7b765e7c6f
Update output mentioned in 'Generating a new app' section
2017-09-29 15:59:34 -07:00
Bex Warner
0511397ff1
pro the bot
2017-08-29 23:38:51 -05:00
Brandon Keepers
b96b87d6fe
create-probot-plugin => create-probot-app
2017-08-22 18:33:23 -05:00
Brandon Keepers
34e8bddfdd
Merge remote-tracking branch 'origin/master' into plugin-to-app
...
* origin/master:
The Slack chat channel on the Internet machine
Clean up link to slack channel
Add link to slack channel
Adds a line break
add test to ensure deprecation occurs
add version for deprecation to console.warn and inline comment
it's on the same tab
annoying space 💢
bot -> app
0 -> 1 silly markdown
Create CONTRIBUTING.md
Add linter extend to package.json
clarify REST API
use settings.yml
Update development.md
Fix urls to example apps
Fix link to example GitHub profile
Bumps webhook dep and adds webhookPath config
2017-08-22 18:29:44 -05:00
Bex Warner
c5cea724a1
it's on the same tab
2017-08-21 14:33:59 -07:00
Bex Warner
a81bb16dfa
annoying space 💢
2017-08-21 14:30:26 -07:00
Bex Warner
3f1da1ad5d
bot -> app
2017-08-21 14:29:41 -07:00
Brandon Keepers
9dabb532ca
Rename plugin => app in docs
2017-08-20 10:42:51 -05:00
Bex Warner
a7fe400ad5
Update development.md
2017-08-20 08:32:26 -07:00
Brandon Keepers
0158c1f167
Rework docs for website
2017-08-18 07:48:49 -05:00
Brandon Keepers
f4b324c992
Fix typo
2017-07-24 15:55:38 -05:00
Bex Warner
374dff600f
Add nodemon option to development docs
2017-07-24 13:50:27 -07:00
Brandon Keepers
fdfbaeafac
Update name from "GitHub Integrations" to "GitHub Apps"
2017-06-05 21:11:08 -05:00
Brandon Keepers
dfce2bdfba
Merge pull request #145 from stkent/patch-3
...
Clarify development install flow
2017-05-22 05:23:14 -05:00
Stuart Kent
f4f9be78ab
Fix typo in development docs
2017-05-22 10:18:05 +01:00
Stuart Kent
d63cf162c0
Clarify development install flow
...
The "Install" button used to install an integration lives on the settings page of the integration, not on the settings page of the target repository.
2017-05-22 10:16:59 +01:00
Brandon Keepers
dc78001254
Update docs to use localtunnel
2017-04-08 17:12:48 -05:00
Brandon Keepers
ceaea351b9
Specific filename not needed
2017-04-08 08:51:31 -05:00
Brandon Keepers
cbad7462d1
Clarify that it's the _webhook_ secret
2017-03-25 08:25:56 -05:00
Brandon Keepers
c0d8f4d112
Fix formatting
2017-03-20 10:35:41 -05:00
Brandon Keepers
7316dae28a
Update development docs
2017-03-19 23:19:08 -05:00