plugins-manager

v0.3.1
Helper for handling Plugins

build:package

rimraf dist && esbuild --platform=node --format=cjs --bundle --outfile=dist/index.cjs ./index.js

prepublishOnly

publish-docs --github-url https://github.com/modernweb-dev/rocket/ --git-root-dir ../../

test

mocha --timeout 5000 test-node/**/*.test.{js,cjs} test-node/*.test.{js,cjs}

test:watch

onchange 'src/**/*.{js,cjs}' 'test-node/**/*.{js,cjs}' -- npm test

types:copy

copyfiles "./types/**/*.d.ts" dist-types/
npm i plugins-manager

Metadata

  • MIT
  • Whatever
  • Modern Web
  • released 3/7/2022

Downloads