@cjulian/hello-world

my first package

Usage no npm install needed!

<script type="module">
  import cjulianHelloWorld from 'https://cdn.skypack.dev/@cjulian/hello-world';
</script>

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!