bibliotheca icon indicating copy to clipboard operation
bibliotheca copied to clipboard

library template

Bibliotheca

Introduction

Bibliotheca is our starting point to create libraries.


Composition

This template kit is composed of:


Folder Structure

  • /bundled: Generated by microbundle after running build:bundled script. Includes all external dependencies.
  • /dist: Generated by microbundle after running build:dist script.
    • /dist/types Generated by tsc after running build:types script.
  • /docs: Used by vite through dev script to serve the documentation.
  • /docs/App.jsx: here's where you can test your library.
  • /src: Your library's raw code.

Bibliotheca in use


Authors

This toolkit is curated and maintained by the Studio Freight Darkroom team:


License

The MIT License.