README
Bara with Github integration
Bara makes it able to setup and run the Github application in a minute.
Install
npm install --save @barajs/core @barajs/github
Usage
import { run, app, act, cond } from "@barajs/core";
Bara Github integration module
<script type="module">
import barajsGithub from 'https://cdn.skypack.dev/@barajs/github';
</script>
Bara makes it able to setup and run the Github application in a minute.
npm install --save @barajs/core @barajs/github
import { run, app, act, cond } from "@barajs/core";