Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhirn committed Jan 24, 2022
0 parents commit 4e94ebd
Show file tree
Hide file tree
Showing 154 changed files with 1,815 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.yarn/** filter=lfs diff=lfs merge=lfs -text
.pnp.cjs filter=lfs diff=lfs merge=lfs -text
.pnp.loader.mjs filter=lfs diff=lfs merge=lfs -text
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
43 changes: 43 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
name: publish

on:
release:
types: [published]

jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
lfs: true

- name: Checkout LFS
run: git lfs checkout

- name: Setup node v17
uses: actions/setup-node@v2
with:
node-version: "17.x"
registry-url: "https://registry.npmjs.org"

- name: Restore
run: yarn install --immutable --immutable-cache

- name: Set version
run: npm version --no-git-tag-version ${{ github.event.release.tag_name }}

- name: Publish npmjs.org
run: yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- uses: actions/setup-node@v2
with:
registry-url: "https://npm.pkg.github.com"

- name: Publish github
run: yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/.yarn/*
!/.yarn/cache
!/.yarn/patches
!/.yarn/plugins
!/.yarn/releases
!/.yarn/sdks
!/.yarn/versions

/tsconfig.tsbuildinfo
/lib/
3 changes: 3 additions & 0 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .pnp.loader.mjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"recommendations": [
"arcanis.vscode-zipfs",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode"
]
}
17 changes: 17 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[typescript,typescriptreact]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
},
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true
},
"eslint.nodePath": ".yarn/sdks",
"typescript.tsdk": ".yarn/sdks/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"prettier.prettierPath": ".yarn/sdks/prettier/index.js"
}
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/acorn-jsx-npm-5.3.2-d7594599ea-c3d3b2a89c.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/acorn-npm-8.7.0-ca81d350ee-e0f79409d6.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/ajv-npm-6.12.6-4b5105e2b2-874972efe5.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/ansi-regex-npm-5.0.1-c963a48615-2aa4bb54ca.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/ansi-styles-npm-4.3.0-245c7d42c7-513b44c3b2.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/argparse-npm-2.0.1-faff7999e6-83644b5649.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/array-union-npm-2.1.0-4e4852b221-5bee12395c.zip
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/braces-npm-3.0.2-782240b28a-e2a8e769a8.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/callsites-npm-3.1.0-268f989910-072d17b6ab.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/chalk-npm-4.1.2-ba8b67ab80-fe75c9d5c7.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/color-convert-npm-2.0.1-79730e935b-79e6bdb9fd.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/color-name-npm-1.1.4-025792b0ea-b044585952.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/concat-map-npm-0.0.1-85a921b7ee-902a9f5d89.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/cross-spawn-npm-7.0.3-e4ff3e65b3-671cc7c728.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/debug-npm-4.3.3-710fd4cc7f-14472d56fe.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/deep-is-npm-0.1.4-88938b5a67-edb65dd0d7.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/dir-glob-npm-3.0.1-1aea628b1b-fa05e18324.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/doctrine-npm-3.0.0-c6f1615f04-fd7673ca77.zip
Git LFS file not shown
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/eslint-npm-8.7.0-7ae92e591f-1c80375a48.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/eslint-scope-npm-5.1.1-71fe59b18a-47e4b6a3f0.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/eslint-scope-npm-7.1.0-463f7a0979-2070470a07.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/eslint-utils-npm-3.0.0-630b3a4013-0668fe02f5.zip
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/espree-npm-9.3.0-900ed9561d-c0f1885c4e.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/esquery-npm-1.4.0-f39408b1a7-a0807e17ab.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/esrecurse-npm-4.3.0-10b86a887a-ebc17b1a33.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/estraverse-npm-4.3.0-920a32f3c6-a6299491f9.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/estraverse-npm-5.3.0-03284f8f63-072780882d.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/esutils-npm-2.0.3-f865beafd5-22b5b08f74.zip
Git LFS file not shown
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/fast-glob-npm-3.2.11-bc01135fef-f473105324.zip
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/fastq-npm-1.13.0-a45963881c-32cf15c29a.zip
Git LFS file not shown
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/fill-range-npm-7.0.1-b8b1817caa-cc283f4e65.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/flat-cache-npm-3.0.4-ee77e5911e-4fdd10ecbc.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/flatted-npm-3.2.4-b14c5985c7-7d33846428.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/fs.realpath-npm-1.0.0-c8f05d8126-99ddea01a7.zip
Git LFS file not shown
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/glob-npm-7.2.0-bb4644d239-78a8ea9423.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/glob-parent-npm-5.1.2-021ab32634-f4f2bfe242.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/glob-parent-npm-6.0.2-2cbef12738-c13ee97978.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/globals-npm-13.12.0-df8e0eef2a-1f959abb11.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/globby-npm-11.1.0-bdcdf20c71-b4be8885e0.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/has-flag-npm-4.0.0-32af9f0536-261a135703.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/ignore-npm-4.0.6-66c0d6543e-248f82e50a.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/ignore-npm-5.2.0-fc4b58a4f3-6b1f926792.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/import-fresh-npm-3.3.0-3e34265ca9-2cacfad06e.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/imurmurhash-npm-0.1.4-610c5068a0-7cae75c8cd.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/inflight-npm-1.0.6-ccedb4b908-f4f76aa072.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/inherits-npm-2.0.4-c66b3957a0-4a48a73384.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/is-extglob-npm-2.1.1-0870ea68b5-df033653d0.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/is-glob-npm-4.0.3-cb87bf1bdb-d381c1319f.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/is-number-npm-7.0.0-060086935c-456ac6f8e0.zip
Git LFS file not shown
Loading

0 comments on commit 4e94ebd

Please sign in to comment.