@tettekete/hello-world
v1.0.7
Published
test of my first npm
Downloads
11
Readme
A repository used to test publishing to npm
Install & Build
$ npm install
$ npm run buildTest
$ npm link
$ hello-world
Hello World!
$ npm unlink -g @tettekete/hello-world
$ hello-world
zsh: command not found: hello-worldBuild & Test with Docker
$ docker compose up --build
...
...
> hello-world
app-1 | Hello World!