Commit Graph

23 Commits

Author SHA1 Message Date
Brandon Keepers
c2476c74e9 chore: Replace jsdoc with typedoc (#583) 2018-06-26 18:02:59 -05:00
Brandon Keepers
ecfdce2caf chore: Remove scripts that are no longer used (#468) 2018-03-18 18:03:45 -05:00
Gregor
7f0b0d10c8 chore(console): github is now octokit 2018-01-29 11:07:17 -08:00
Brandon Keepers
6c58a9742b chore(docs): Use GH_TOKEN for updating docs 2017-10-14 07:57:46 -05:00
Brandon Keepers
4afda1fd31 chore: Read version from package.json 2017-10-11 21:22:13 -07:00
Brandon Keepers
df062ba9f7 Update website submodule when updating docs 2017-08-18 11:13:53 -05:00
Brandon Keepers
36332f8c7b Update publish-docs to copy API docs to website 2017-08-18 10:55:11 -05:00
Brandon Keepers
e7e189e2ff Fix script for publishing docs 2017-07-27 11:32:21 -05:00
Brandon Keepers
0bbd9d182c Get simulate working again 2017-05-03 11:54:28 -05:00
Brandon Keepers
fafac05011 Script to publish docs 2017-04-29 11:05:18 -05:00
Brandon Keepers
ad7efd7d69 Remove tunnel script 2017-04-08 17:17:31 -05:00
Avinash Sridhar
c48789de75 Fix POSIX compliance on bootstrap
`./script/bootstrap`  was failing on linux

```
./script/bootstrap: 8: ./script/bootstrap: [[: not found
```
Fixed by using POSIX compliant `[` instead of `[[`
2017-03-13 14:16:24 -04:00
Brandon Keepers
45762c4874 Rename .env.sample to .env.example 2017-03-11 08:20:02 -06:00
Brandon Keepers
5c0df54076 Add script/tunnel 2016-12-04 12:42:51 -06:00
Brandon Keepers
8076bd2d04 Add script/simulate for simulating webhook events 2016-12-04 12:42:37 -06:00
Brandon Keepers
9969849fde Merge remote-tracking branch 'origin/master' into integration
* origin/master: (34 commits)
  Update docs
  Fix lint error
  Add comment syntax
  "or" instead of "and"
  Add instruction to turn on verbose logging
  Update docs
  Fall back to generating parser at runtime
  Fix lint errrors
  Remove yaml dependency
  Use parser in place of yaml syntax
  Fix lint errors
  Behaviors are separated by a semicolon
  Separate events by 'and' instead of comma
  Implement 'then'
  Implement simple actions
  Implement "on" part of the syntax
  Add pegjs as a dev dep
  Document react action
  Remove 'why' section
  No longer aspirational
  ...
2016-10-19 23:48:19 -05:00
Brandon Keepers
c0e9fff4eb Update docs 2016-10-19 23:32:26 -05:00
Brandon Keepers
039d0edf1b GITHUB_TOKEN only needed for console 2016-10-16 09:59:19 -05:00
Brandon Keepers
9822df02b9 Update docs on running app locally 2016-10-15 23:10:52 -05:00
Brandon Keepers
df94354033 Clean up installation implementation 2016-10-14 00:11:29 -05:00
Brandon Keepers
5acd05d812 Fix permissions on script/server 2016-09-26 08:27:35 -05:00
Brandon Keepers
218a41edeb Add script/console to start up a REPL 2016-09-18 08:52:17 -05:00
Brandon Keepers
7aec8d988f Create scripts to rule them all 2016-09-17 12:27:58 -05:00