Skip to content

Update extension to new ExtensionBundle package #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/workflows/validate_build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Validate and Build the Extension
on:
push

jobs:
validate_and_build:
runs-on: ubuntu-latest
steps:
- name: Validate and Build
uses: typemytype/[email protected]
with:
autotagging: true
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Minimum required version: [RoboFont 4.1]

Includes a boilerplate [.mechanic] file for extensions hosted on [GitHub]

The extension is set for automated release handling with GitHub Action using the [RoboFont-Extension-action](https://github.com/typemytype/roboFont-Extension-action).

[Extension Folder Structure]: https://robofont.com/documentation/reference/extensions/extension-file-spec/#extension-folder-structure
[.mechanic]: https://robofont.com/documentation/reference/extensions/extension-item-format/
[RoboFont 4.1]: https://forum.robofont.com/topic/998/robofont-4-1
Expand Down
91 changes: 0 additions & 91 deletions build.py

This file was deleted.

25 changes: 25 additions & 0 deletions build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
libFolder: source/lib
resourcesFolder: source/resources
htmlFolder: source/html
license: |
MIT License

Copyright (c) [year] [fullname]

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
1 change: 0 additions & 1 deletion build/myExtension.roboFontExt/.hash

This file was deleted.

Empty file.
42 changes: 0 additions & 42 deletions build/myExtension.roboFontExt/info.plist

This file was deleted.

21 changes: 0 additions & 21 deletions build/myExtension.roboFontExt/license

This file was deleted.

Binary file removed build/myExtension.roboFontExt/resources/icon.png
Binary file not shown.
14 changes: 14 additions & 0 deletions info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: myExtension
developer: RoboDocs
developerURL: http://github.com/roboDocs
launchAtStartUp: true
mainScript: events.py
version: '0.1'
addToMenu:
- path: tool.py
preferredName: Tool
shortKey: [1179648, t]
html: true
requiresVersionMajor: '4'
requiresVersionMinor: '1'
expireDate: '2021-12-31'
21 changes: 0 additions & 21 deletions license.txt

This file was deleted.

10 changes: 0 additions & 10 deletions myExtension-github.mechanic

This file was deleted.

10 changes: 10 additions & 0 deletions myExtension-github.mechanic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
extensionName: myExtension (GitHub)
description: A boilerplate extension which serves as starting point for creating your own extensions.
developer: RoboDocs
developerURL: https://github.com/roboDocs
repository: http://github.com/robodocs/single-windowcontroller-with-multiple-subscribers
extensionPath: myExtension.roboFontExt
icon: https://raw.githubusercontent.com/roboDocs/single-windowcontroller-with-multiple-subscribers/master/myExtensionMechanicIcon.png
infoPath: https://raw.githubusercontent.com/robodocs/single-windowcontroller-with-multiple-subscribers/HEAD/info.yaml
zipPath: https://github.com/robodocs/single-windowcontroller-with-multiple-subscribers/releases/latest/download/myExtension.roboFontExt.zip
tags: [ demo ]
Empty file removed requirements.txt
Empty file.
14 changes: 0 additions & 14 deletions source/code/events.py

This file was deleted.

85 changes: 0 additions & 85 deletions source/code/tool.py

This file was deleted.

2 changes: 0 additions & 2 deletions source/documentation/_style.css

This file was deleted.

Loading