initial-commit

This commit is contained in:
nicwands
2026-03-24 13:52:38 -04:00
commit a94aea110a
14 changed files with 343 additions and 0 deletions

20
template/README.md Normal file
View File

@@ -0,0 +1,20 @@
# Taker of Notes Plugin: ${NAME_TITLE_CASE}
${DESCRIPTION}
## Getting Started
1. Install dependencies: `npm install`
2. Run tests: `npm test`
3. Build: `npm run build`
## Project Structure
- `src/` - Source code
- `test/` - Tests
- `dist/` - Built output
- `rollup.config.js` - Build configuration
## Development
Implement your storage adapter in `src/${NAME_PASCAL_CASE}.js`.