Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Yeoman generator for DbGate plugins

License

NotificationsYou must be signed in to change notification settings

dbgate/generator-dbgate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generator for DbGate plugins

Installation

First, installYeoman and generator-dbgate usingnpm (we assume you have pre-installednode.js).

npm install -g yonpm install -g generator-dbgate

Then generate your new project:

yo dbgate

Select one of plugin types:

  • file format - parser and writer of file format
  • database engine connector

Test your plugin

If you create plugin of file format type, it is prepared to test it imediately. You need to have DbGate installed locally.

cd dbgate-plugin-mypluginyarn plugin

If you start DbGate, you will see new plugin. Commandyarn plugout deletes plugin from DbGate.

Publish you plugin

Check plugins package.json and fill plugin description, keywords and author. Thenyarn publish will publish plugin into NPM repository. After this, plugin will bve accessible for all DbGate users.

License

MIT ©Jan Prochazka

About

Yeoman generator for DbGate plugins

Resources

License

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp