Setup Library Boilerplate
Closed this issue · 0 comments
MF57 commented
Please setup SDK boilerplate. It should be able to:
- build library
- run linter (use a industry standard config)
- run unit tests (use jest)
- have a config for formatter (use industry standard prettier config)
- it should be able to run above in a Github Action
- setup other minor library necessities (pre-commit, readme, etc.)