Skip to content

Latest commit

 

History

History

dowdep-core

Core logic of dowdep. This is a TypeScript module that can be referenced as demonstrated in the example packages alongside.

Installation (stand-alone)

yarn install
yarn build

Development

yarn watch

Interactive testing

$ node
> dowdep = require('./out/index.js')
> 
> dow = new dow.Dowdep()
> pkg = new dowdep.Package('random-js')
> await pkg.updateDependencies(dow, { downloadSource: false })
> // ...