hummingbee
v1.0.1
Published
A frontend framework to teach web developers how frontend frameworks work.
Downloads
23
Maintainers
Readme
HummingBee
A mini frontend framework to help developers with daily tasks.
Commands
This package has the following commands:
npm run build
- Bundle the project into a single ESM filenpm run lint
- Lint the projectnpm run lint:fix
- Lint the project and fix any issuesnpm run test [<test-path>]
- Start the test runner in watch modenpm run test:run [<test-path>]
- Run the tests once