drivelist

v10.0.0-napi-355d3201dc21489de14a2c05d08a6de0c7ff2223
List all connected drives in your computer, in all major operating systems
disk cross platform physical drive list

test

mocha -r ts-node/register tests/**/*.spec.ts -R spec

lint

npm run lint-cpp && npm run lint-ts

lint-cpp

cpplint --recursive src

lint-ts

balena-lint --typescript lib tests

prettier

balena-lint --typescript --fix lib tests

readme

jsdoc2md --template doc/README.hbs js/index.js > README.md

build

node-gyp rebuild

build-ts

tsc

prepublishOnly

npm run build-ts && npm run readme

install

prebuild-install --runtime napi || node-gyp rebuild

rebuild

node-gyp rebuild

prebuild

prebuild --runtime napi --all --strip --verbose

upload

prebuild --runtime napi --upload ${GITHUB_TOKEN}

Metadata

Downloads

Maintainers