generated from rokucommunity/bsc-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
50caca8
commit aed53f4
Showing
3 changed files
with
253 additions
and
139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1 @@ | ||
# bsc-plugin-template | ||
This is a template project for [BrighterScript](https://github.com/rokucommunity/brighterscript) plugins. | ||
|
||
## Usage | ||
Download a copy of the project and make it your own | ||
```bash | ||
npx degit https://github.com/rokucommunity/bsc-plugin-template bsc-plugin-awesome | ||
``` | ||
|
||
## Features | ||
- uses typescript by default, as it provides the most value when navigating the complex AST properties | ||
- includes a small sample plugin that performs a brs AST transformation and also an XML ast transformation | ||
- includes sample unit tests | ||
- includes a default github actions workflow that also supports releasing to npm if you set the `NPM_TOKEN` secret in github. | ||
# bsc-plugin-inline-annotation |
Oops, something went wrong.