README
Hello World
This package exports the string "Hello world!"
Installation
npm i @cjulian/hello-world
Usage
import salutation from '@cjulian/hello-world'
console.log(salutation) // Hello world!
my first package
<script type="module">
import cjulianHelloWorld from 'https://cdn.skypack.dev/@cjulian/hello-world';
</script>
This package exports the string "Hello world!"
npm i @cjulian/hello-world
import salutation from '@cjulian/hello-world'
console.log(salutation) // Hello world!