@bigbinary/neeto-github-frontend
v2.2.2
Published
The `neeto-github-nano` manages GitHub integration across neeto products.
Downloads
456
Readme
neeto-github-nano
The neeto-github-nano
manages GitHub integration across neeto products.
Contents
Development with Host Application
Engine
The engine allows us to integrate OAuth apps and Github apps in the neeto applications.
Installation
- Add gems to your application's Gemfile:
gem "octokit"
source "NEETO_GEM_SERVER_URL" do
gem "neeto-github-engine"
end
- And then execute:
bundle install
- Copy migration files, run:
rails g neeto_github_engine:install
- After adding the migration file, run:
bundle exec rails db:migrate
Usage
Frontend package
The frontend package exports several components.
Installation
Install the latest package using the below command -
yarn add @bigbinary/neeto-github-frontend
Components
Instructions for Publishing
Consult the building and releasing packages guide for details on how to publish.