1.0.5 • Published 4 years ago

@x-ray/snapshots v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

But what is a Metarepo? Isn't this just a monorepo? And if so, why are there so many unrelated packages here?

The Metarepo is a new concept that we are trying out to simplify the development process. Many of the projects are dependencies of each other, so we can iterate in all at the same time. @auto tools, one of the set of libraries that we developed here, allows us to do automatic dependency management. For example, @auto will find out the dependents of a package that was updated, and update them in turn. This kind of thing works more smoothly when sharing repositories, so we opted for having all in the same place.

So far, the Metarepo is working really well for us, but we are aware it might present a bit a learning curve. The upshot is that you don't have to worry about a project being moved in here, projects placed in here are the same as before and are being actively worked on, the reason they are being moved here is simpler logistics.

Bubble Dev Metarepo

This repository is a collection of JavaScript libraries, grouped in the same place for the best developer experience. Check the individual documentations for more details:

  • @auto: Set of helpers for managing and developing monorepos.
  • bsc: Binary search with comparator.
  • codecov-lite: LCOV (code coverage data) uploader for codecov.io service.
  • copie: Copy a file.
  • dleet: Delete directories and files.
  • elegir: Switch-like expressions that look good.
  • ekst: Append, prepend, replace or remove basename extensions.
  • @fantasy-color: 🌈 Color manipulation functions for JavaScript.
  • mocku: Mocking library.
  • move-path: Move path to destination folder.
  • pifs: Promisified graceful-fs.
  • refun: React Hook-enabled functions that compose harmoniously with each other.
  • @start: Functional, fast and shareable task runner.
  • spyfn: Spy function.
  • typeon: Typed JSON parse and stringify for TypeScript.