UNPKG
hello-coders-pkg
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
A simple hello coders package
hello-coders-pkg
/
README.md
18 lines
(13 loc)
•
263 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# hello-coders-pkg
A simple npm
package
that says
"Hello, coders!"
🌍
## Installation
``
`bash npm install hello-coders-pkg # or yarn add hello-coders-pkg `
``
## Usage
``
`jsx import hello from "your-package-name"; console.log(hello()); // Hello, world! `
``