Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@cjulian/hello-world

cjulian8ISC1.0.3

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!