1.0.7 • Published 2 years ago

debone v1.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Debone

This tool takes an internal repo and scrubs it. It is useful to validate tools like monorepo task runners, package managers, etc.

What does it do?

This tool "debones" the packages inside a monorepo by:

  1. stripping out source code
  2. renaming package names
  3. renaming package paths

Deboned monorepo features:

  1. package dependency structures
  2. known "fake" build scripts

Roadmap

  • detect whether a package is a library or an application
  • generate code based on the relative size of a library or application