File tree Expand file tree Collapse file tree 2 files changed +28
-7
lines changed Expand file tree Collapse file tree 2 files changed +28
-7
lines changed Original file line number Diff line number Diff line change
1
+ name : publish
2
+
3
+ on :
4
+ push :
5
+ branches :
6
+ - main
7
+
8
+ jobs :
9
+ publish :
10
+ runs-on : ubuntu-latest
11
+ permissions :
12
+ contents : read
13
+ id-token : write # The OIDC ID token is used for authentication with JSR.
14
+ steps :
15
+ - uses : actions/checkout@v4
16
+ - run : npx jsr publish
Original file line number Diff line number Diff line change 1
- # RegexPlanet Common
1
+ # RegexPlanet Common [ < img align = " right " alt = " RegexPlanet icon " height = " 96 " src = " https://www.regexplanet.com/favicon.svg " /> ] ( http://www.regexplanet.com/ )
2
2
3
- These are files that are used by multiple RegexPlanet backends.
3
+ [ ![ publish ] ( https://github.com/regexplanet/regexplanet-template/actions/workflows/publish.yaml/badge.svg )] ( https://github.com/regexplanet/regexplanet-template/actions/workflows/publish.yaml )
4
4
5
- These are not for you unless you are writing a TypeScript or JavaScript RegexPlanet backend .
5
+ This is a TypeScript library for code that is used by RegexPlanet's TypeScript/ JavaScript services .
6
6
7
- Publish with:
8
- ```
9
- npx jsr publish
10
- ```
7
+ ## Credits
8
+
9
+ [ ![ bun] ( https://www.vectorlogo.zone/logos/bunsh/bunsh-ar21.svg )] ( https://bun.sh/ " Application Server ")
10
+ [ ![ deno] ( https://www.vectorlogo.zone/logos/deno/deno-ar21.svg )] ( https://deno.com/ " Application Server ")
11
+ [ ![ Git] ( https://www.vectorlogo.zone/logos/git-scm/git-scm-ar21.svg )] ( https://git-scm.com/ " Version control ")
12
+ [ ![ Github] ( https://www.vectorlogo.zone/logos/github/github-ar21.svg )] ( https://github.com/ " Code hosting ")
13
+ [ ![ JSR] ( https://www.vectorlogo.zone/logos/jsrio/jsrio-ar21.svg )] ( https://jsr.io/ " NPM package hosting ")
14
+ [ ![ Node.js] ( https://www.vectorlogo.zone/logos/nodejs/nodejs-ar21.svg )] ( https://nodejs.org/ " Application Server ")
15
+ [ ![ TypeScript] ( https://www.vectorlogo.zone/logos/typescriptlang/typescriptlang-ar21.svg )] ( https://www.typescriptlang.org/ " Programming Language ")
You can’t perform that action at this time.
0 commit comments