.gitattributes .github .gitignore
Tasks for all projects are defined in .moon/tasks/node.yml
- format
- format-write
- lint | 📖 eslint guide
- test | 📖 jest guide
- typecheck | 📖 typescript guide
Tasks that only apply for library
type projects are at .moon/tasks/node-library.yml
- build | 📖 packemon guide