unpkg-package-manager
v0.0.10
Published
offline first, fast af, package manager for the web
Downloads
14
Readme
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.ymlfile with defaults - reads dependencies from
package.jsonif one exists
install
- installs dependencies and creates
upm-lock.ymlfile. - just install dependencies if
upm-lock.ymlexists
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 setupLicense
**unpkg-package-manager** is licensed under the MIT License.
Documentation is licensed under Creative Common License.
Created with ♥ by @osdevisnot and all contributors.
