woodw-npm-hello

npm demo for publish

Usage no npm install needed!

<script type="module">
  import woodwNpmHello from 'https://cdn.skypack.dev/woodw-npm-hello';
</script>

README

npm-hello

npm demo for publish

install

npm install -g npm-hello

github

https://github.com/jinghewang/npm-hello

usage

const tools = require('../index');

tools.hello('hello boy');
tools.say('hello', 'world', '!');

参考

publish step

  1. npm login
  2. npm publish