1.0.7 • Published 2 years ago

generator-dbgate v1.0.7

Weekly downloads
4
License
MIT
Repository
github
Last release
2 years ago

generator-dbgate NPM version

Generator for DbGate plugins

Installation

First, install Yeoman and generator-dbgate using npm (we assume you have pre-installed node.js).

npm install -g yo
npm 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-myplugin
yarn plugin

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

Publish you plugin

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

License

MIT © Jan Prochazka

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

3 years ago