This repository has been archived by the owner on Jul 1, 2021. It is now read-only.
Major Release
Features
--dry-run
option to prevent actual file writing- downloaded packages are cached for quicker access (use
ume clean
to cleanup the cache) - bitbucket repository support
- allow plain github and bitbucket repos (will just download and unzip the repo)
- github and bitbucket repositories accept tags, branches and valid semver ranges
Breaking changes
- official template don't extend
base
anymore. Provide all files into thetemplate
folder - undocumented
partial
middleware has been removed - official template URI format is
dwightjack/umeboshi-template-<name>
Internals
- new
pkg-resolve
middleware. Cycles*-umeboshi-*
modules inpackage.json
and adds theirpeerDependencies
todevDependencies