Package verification for npm.
- Install globally:
npm i -g tbv
- Verify a package:
tbv verify {package}
- To verify latest, use package name only (eg.
redux
) - To verify a specific version, use name@version (eg.
redux@4.0.1
)
- To verify latest, use package name only (eg.
- Use the
verbose
option:npm verify {package} --verbose
- Build the container:
npm run docker-build:{distro}
- Current supported distros are
alpine
,fedora
, andjessie
- Current supported distros are
- Run the container:
npm run docker-run:{distro} -- {package} [--verbose]
- Ensure that all commits have been pushed.
- Test local directory:
tbv test
- Run the build script:
npm run build