0.0.10 • Published 6 years ago

unpkg-package-manager v0.0.10

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

unpkg-package-manager

offline first, fast af, package manager for the web

Principles

  • no semantic versioning (all versions are exact always)
  • no dependency resolution (add all your deps as top level deps)
  • downloads minimal set of files

Usage

init

  • creates upm.yml file with defaults
  • reads dependencies from package.json if one exists

install

  • installs dependencies and creates upm-lock.yml file.
  • just install dependencies if upm-lock.yml exists

update

  • update all dependencies to their latest version
  • update one dependency if an argument is provided

Contributing

Scaffolded using tslib-cli.

Run yarn or npm install in root folder to setup your project.

Available Commands:

yarn build # builds the package
yarn test # run tests for the package
yarn coverage # run tests and generate coverage reports
yarn pub # publish to NPM
yarn format # prettier format
yarn lint # lint pkg files
yarn setup # clean setup

License

**unpkg-package-manager** is licensed under the MIT License. Documentation is licensed under Creative Common License. Created with ♥ by @osdevisnot and all contributors.

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago