@robmarr/clean-package-name

v1.0.2
remove unwanted chars or the scope from an npm package name

build

rollup -c

prepublishOnly

npm run test && npm run build

postpublish

git push

test

nyc ava && standard

test:report

mkdir -p test-reports && nyc --reporter=lcov --reporter=json ava --tap | tap-xunit > 'test-reports/unit-results.xml' && standard | standard-reporter --checkstyle > test-reports/lint-results.xml

test:debug

node --inspect-brk node_modules/ava/profile.js

reset

git clean -dXf

refresh

npm update && rm -rf .nyc_output .reify-cache coverage dist test-reports/
npm i @robmarr/clean-package-name

Metadata

  • ISC
  • Whatever
  • Robin Marr
  • released 12/27/2021

Downloads

Maintainers