https://github.com/greyireland/npm-helloworld
https://github.com/greyireland/npm-helloworld
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/greyireland/npm-helloworld
- Owner: greyireland
- Created: 2020-03-06T08:15:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-06T08:51:39.000Z (over 5 years ago)
- Last Synced: 2025-03-02T07:45:53.398Z (8 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Print helloworld
just print helloworld
## Usage
```js
var Print = require('helloworld');
Print();
```## publish npm package
```js
// set scope
npm init --scope=@greyireland -y
npm login
// set access=public
npm publish --access public
```