Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.35 KB

File metadata and controls

40 lines (27 loc) · 1.35 KB

Addon Bone

🚧 Active development — the public API and documentation may change between releases. Full guides and API reference are being prepared at addonbone.com.

npm version npm downloads CI License: MIT

A TypeScript framework for building browser extensions from a shared codebase. Define extension entrypoints in source files; Addon Bone discovers them and creates the browser-specific build and manifest.

Install

npm i -D adnbn

Get started

Create a project, then build it for production:

npx adnbn init
npx adnbn build

For project structure, entrypoint guides, and the API reference, visit addonbone.com.

Links

License

MIT