README
courage
Using an simple example to learn how to publish a package to NPM
Example Usage
const hello = require('courage');
hello()
say greeting
<script type="module">
import courage from 'https://cdn.skypack.dev/courage';
</script>
Using an simple example to learn how to publish a package to NPM
const hello = require('courage');
hello()