@cjulian/hello-world
v1.0.3
Published
my first package
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!