Skip to content

Commit

Permalink
feat: create and manage trigger scripts (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
runreal-warman authored Mar 20, 2024
1 parent 28f2328 commit 197e3b0
Show file tree
Hide file tree
Showing 10 changed files with 523 additions and 77 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
build
triggers
126 changes: 125 additions & 1 deletion deno.lock

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

1 change: 1 addition & 0 deletions src/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ export { mergeReadableStreams } from 'std/streams/merge_readable_streams.ts'

export { Command, EnumType, ValidationError } from 'https://deno.land/x/[email protected]/command/mod.ts'
export { Cell, Row, Table } from 'https://deno.land/x/[email protected]/table/mod.ts'
export { dynamicImport } from 'https://deno.land/x/import/mod.ts'
Loading

0 comments on commit 197e3b0

Please sign in to comment.