A small JavaScript package workspace currently being cleaned up and prepared for future development.
teaEcho is a lightweight JavaScript package repository. At the moment, it is mainly used as a public package scaffold and experiment space while the implementation is being organized.
This repository is intentionally kept small so future changes can be reviewed clearly.
- Package metadata is available in
package.json - Basic formatting and linting configuration is included
tea.yamlis present for Tea ecosystem metadata- Main implementation is still being prepared
- Define the package API
- Add the first usable implementation
- Add unit tests and examples
- Update package metadata once the project direction is finalized
Install dependencies:
npm installRun lint checks:
npm run lintRun tests:
npm testBSD-3-Clause