Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 265 Bytes

DEVELOPING.md

File metadata and controls

18 lines (9 loc) · 265 Bytes

Development

  1. Implement src/index.ts

  2. Implement test/test.ts

  3. make clean

  4. Run make and fix the build until it passes.

  5. Commit (e.g. Implement library)

  6. Update README.md.

  7. Commit (e.g. Update documentation)

  8. Push the repository to Github.