Skip to content

Commit

Permalink
Refactoring to use deno 2
Browse files Browse the repository at this point in the history
* replace prompt-sync with @inquirer/prompts
* apply linting and deno format fixes
* fix logger typing errors
* bump version to 2.2.0

Known Issue: ncc not compatible yet with tsconfig allowImportTsExtensions option, see: vercel/ncc#1146
  • Loading branch information
peps1 committed Oct 20, 2024
1 parent 3dd2268 commit f466acc
Show file tree
Hide file tree
Showing 14 changed files with 1,419 additions and 536 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,16 @@ You can enable debugging output using DEBUG environment variable
`DEBUG=debug srrup files/file1.srr more/file2.srr`


## Development


### Run from source
```
deno run -A src/index.ts
```


[build-badge]: https://github.com/peps1/srrup/workflows/build/badge.svg
[build]: https://github.com/peps1/srrup/actions

Expand All @@ -89,4 +99,4 @@ You can enable debugging output using DEBUG environment variable
[codeclimate]: https://codeclimate.com/github/peps1/srrup/maintainability

[snyk-badge]: https://snyk.io/test/github/peps1/srrup/badge.svg
[snyk]: https://snyk.io/test/github/peps1/srrup
[snyk]: https://snyk.io/test/github/peps1/srrup
Loading

0 comments on commit f466acc

Please sign in to comment.