Skip to content

Commit

Permalink
refactor to include edit functions
Browse files Browse the repository at this point in the history
  • Loading branch information
stackdump committed Dec 16, 2023
1 parent 6f6f427 commit 95fa643
Show file tree
Hide file tree
Showing 13 changed files with 861 additions and 125 deletions.
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,18 @@ yarn-error.log*
*.swp
dist
dist.browser

# dist files
index.d.ts
index.js
index.js.map
model.d.ts
model.js
model.js.map
snapshot.d.ts
snapshot.js
snapshot.js.map
stream.d.ts
stream.js
stream.js.map
test.svg
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## @pflow-dev/metamodel

STATUS: alpha build
STATUS: beta

Create state-machines using [Petri-Nets](http://www.scholarpedia.org/article/Petri_net) in Javascript/Typescript.

Expand Down
24 changes: 0 additions & 24 deletions TODO.md

This file was deleted.

Loading

0 comments on commit 95fa643

Please sign in to comment.