happy-trees
v0.0.0
Published
Verifies an npm package tree to make sure all its declared dependencies are resolvable.
Downloads
3
Maintainers
Readme
happy-trees
This package is experimental and still in development. Please don't use it yet.
happy-trees
is a node.js dependency
tree generator and verifier. It follows npm-style logic for finding packages and
their dependencies through package.json
. This tree can then be used on a
local, physical package installation to make sure that every package is able to
resolve a dependency compatible with its declared dependencies.
Install
$ npm install --save happy-trees
Table of Contents
Example
const happyTrees = require('happy-trees')
happyTrees(root).then(console.log)
Features
- idk it makes sure your dependency tree is legit.
Contributing
The happy-trees team enthusiastically welcomes contributions and project participation! There's a bunch of things you can do if you want to contribute! The Contributor Guide has all the information you need for everything from reporting bugs to contributing entire new features. Please don't hesitate to jump in if you'd like to, or even ask us questions if something isn't clear.