Skip to content

Commit

Permalink
Merge pull request #4 from roberto-arista/master
Browse files Browse the repository at this point in the history
Update extension to new ExtensionBundle package
  • Loading branch information
typemytype authored Mar 18, 2024
2 parents ffb2487 + 53662c1 commit 5111ecc
Show file tree
Hide file tree
Showing 29 changed files with 65 additions and 277 deletions.
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 @@ Updated for [RoboFont 4.0]. Previous versions available as tagged releases.

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).

- - -

note for GitHub users: If you are starting your own extension, you can use this repository as a [template].
Expand Down
100 changes: 0 additions & 100 deletions build.py

This file was deleted.

27 changes: 27 additions & 0 deletions build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
libFolder: source/lib
resourcesFolder: source/resources
htmlFolder: source/html
requirements: |
DrawBot
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.
53 changes: 0 additions & 53 deletions build/myExtension.roboFontExt/info.plist

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion build/myExtension.roboFontExt/requirements.txt

This file was deleted.

Binary file removed build/myExtension.roboFontExt/resources/icon.png
Binary file not shown.
18 changes: 18 additions & 0 deletions info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: myExtension
developer: RoboDocs
developerURL: http://github.com/roboDocs
launchAtStartUp: true
mainScript: hello.py
version: 0.2.6
addToMenu:
- path: doSomething.py
preferredName: do something
shortKey: [1179648, b]
- path: doSomethingElse.py
preferredName: do something else
shortKey: [524288, o]
html: true
timeStamp: 1638366053.720922
requiresVersionMajor: '4'
requiresVersionMinor: '0'
expireDate: '2020-12-31'
21 changes: 0 additions & 21 deletions license.txt

This file was deleted.

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

This file was deleted.

14 changes: 0 additions & 14 deletions source/code/comMyDomainMyExtensionMyModule/__init__.py

This file was deleted.

3 changes: 0 additions & 3 deletions source/code/doSomething.py

This file was deleted.

3 changes: 0 additions & 3 deletions source/code/doSomethingElse.py

This file was deleted.

3 changes: 0 additions & 3 deletions source/code/hello.py

This file was deleted.

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

This file was deleted.

50 changes: 0 additions & 50 deletions source/documentation/index.md

This file was deleted.

Binary file removed source/documentation/pythons.jpg
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5111ecc

Please sign in to comment.