@seanmcp/share

Share your code with the world

Usage no npm install needed!

<script type="module">
  import seanmcpShare from 'https://cdn.skypack.dev/@seanmcp/share';
</script>

README

share

🎁 Share your code with the world

Install

npm i @seanmcp/share
<script src="https://unpkg.com/@seanmcp/share"></script>

Use

const share = require('@seanmcp/share')

function affirmation(name) {
    return `Hello ${name}; I'm glad you're here!`
}

share('affirmation', affirmation)