1.6.0 • Published 3 months ago
nano-db-fs v1.6.0
Nano Template
A lightweight and extensible template rendering library for JavaScript projects. Includes utilities for HTML elements and template rendering.
Usage
Use it as a template to create new repositories in your Git.
Scripts
- Build: Builds the project using Rollup.
- Test: Runs tests using Jest.
- Lint: Checks code for linting issues.
- Release: Prepares the project for release.
Development
Testing
- Run all tests:
npm test
- Run tests in a lib directory:
npm run test:lib
- Run tests in a test directory:
npm run test:test
Linting
- Check linting issues:
npm run lint
Building
- Build the project:
npm run build
CHANGELOG.md
Keep a changelog for documenting updates in each release in CHANGELOG.md.
Contributing
See CONTRIBUTING.md for guidelines.