4pdeprecated

test for npm publish

Usage no npm install needed!

<script type="module">
  import p from 'https://cdn.skypack.dev/4p';
</script>

README

4p · GitHub license npm version npm downloads PRs Welcome

Test your package in node_modules before publish.

Installation

npm install 4p

Usage Example

test packages/react-someplugins

{
    "scripts": {
        "4p": "4p packages/my-plugin"
    }
}

then,

require('my-plugin');