Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matthewmcgarvey/nova-rspec-runner
https://github.com/matthewmcgarvey/nova-rspec-runner
nova-editor nova-extension
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/matthewmcgarvey/nova-rspec-runner
- Owner: matthewmcgarvey
- Created: 2020-09-17T01:56:02.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-03T14:45:26.000Z (almost 4 years ago)
- Last Synced: 2024-04-14T07:14:43.690Z (7 months ago)
- Topics: nova-editor, nova-extension
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nova RSpec Runner
This extension was purely to learn about Nova and should not in any way be considered "good".
I made this the first day of trying Nova and was trying to port an extension I use on VSCode.## Findings
- Cannot access user terminals (makes sense with the whole entitlements thing that being able to write to a user's terminal would not be safe)
- TreeView's are the only visual panel for long content you can add other than opening a document
- Line numbers are incredibly difficult to determine when Nova only gives you character count## Publishing
- Update `RSpecRunner.novaextension/CHANGELOG.md` with the next version number and a description of changes.
- Update the version number in `RSpecRunner.novaextension/extension.json`
- Run `npm install`
- Run `npm run-script build`
- In Nova select `Submit to the Extension Library...` in the `Extensions` memu