@sametcelikbicak/npm-test

this is npm package testing

Usage no npm install needed!

<script type="module">
  import sametcelikbicakNpmTest from 'https://cdn.skypack.dev/@sametcelikbicak/npm-test';
</script>

README

NPM Publish

Step 1: Create a folder Step 2: Run "npm init" command under that folder Step 3: Create your main js file Step 4: Write your package command in the js file Step 5: Run "npm login" command under that folder Step 6: Add "publishConfig:{access:true}" definition in "package.json" file Step 7: Run "npm publish" command under that folder