@bigbinary/neeto-github-frontend
v2.3.6
Published
The `neeto-github-nano` manages GitHub integration across neeto products.
Downloads
1,026
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:migrateUsage
Frontend package
The frontend package exports several components.
Installation
Install the latest package using the below command -
yarn add @bigbinary/neeto-github-frontendComponents
- NeetoGithubNanoContainer
- NeetoGithubNanoPane
- NeetoGithubIntegrationsTable
- NeetoGithubRepositoryConnectionCard
Instructions for Publishing
Consult the building and releasing packages guide for details on how to publish.
