Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
binlabs committed Apr 10, 2022
1 parent 47b4600 commit 75bb74e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@

A collection of bundles for Sequel Ace meant to aide in development of Typescript projects.

The first bundle allows you to generate Typescript interfaces from the currently selected tables. An additional bundle is in the works that will generate a Sequelize model from the selected tables.

## Installation and Usage

1. Download a ZIP file of the repository and unzip it.
2. Double-click on the bundle package to install it.
3. Launch Sequel Ace and connect to a database. Select a table, then choose a command from the **Bundles** > **Generate** menu.
3. Launch Sequel Ace and connect to a database. Select one or more tables, then choose a command from the **Bundles** > **Generate** menu.

## Contributing

Additional contributors are welcome and encouraged. Please make sure your code is well-tested before opening a pull request.
4 changes: 2 additions & 2 deletions Typescript Interface.saBundle/command.plist
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ cat "$SP_BUNDLE_PATH/Support/footer.html"</string>
<key>contact</key>
<string>uggcf://tvguho.pbz/ovaynof/frdhry-npr-glcrfpevcg-ohaqyrf</string>
<key>description</key>
<string>Generate a Typescript interfaces from the currently selected table.
<string>Generate Typescript interaces from the currently selected tables.
This bundle is not all-encompassing, it is simply meant to save time when creating interfaces. Some manual corrections may need to made to the interface that is generated for you.</string>
<key>keyEquivalent</key>
Expand All @@ -86,7 +86,7 @@ This bundle is not all-encompassing, it is simply meant to save time when creati
<key>scope</key>
<string>general</string>
<key>tooltip</key>
<string>Generate a Typescript Interace from the currently selected table</string>
<string>Generate Typescript interaces from the currently selected tables</string>
<key>uuid</key>
<string>8E6D3915-3FBC-4014-B1F6-059182C3FC11</string>
</dict>
Expand Down

0 comments on commit 75bb74e

Please sign in to comment.