Skip to content

Commit

Permalink
First public release
Browse files Browse the repository at this point in the history
- Done with updating the documentation (mostly rewriting Java code examples to TypeScript and removing unrelated instructions like for Java or Scala).
- Reorganized the folder structure (no need to stick to the Java project structure).
  • Loading branch information
mike-lischke committed Jan 16, 2024
1 parent 28a0b67 commit 5d3a88e
Show file tree
Hide file tree
Showing 124 changed files with 421 additions and 1,501 deletions.
18 changes: 18 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
@@ -0,0 +1,10 @@
.github
.vscode
cli/
tests/
coverage/
dist/*.map
src/
doc/

jest.config.ts
.eslintignore
.eslintrc.json
.project
tsconfig.json
cspell.json
historical-contributors-agreement.txt
developer-cert-of-origin.txt
Loading

0 comments on commit 5d3a88e

Please sign in to comment.