An open API service indexing awesome lists of open source software.

https://github.com/greyireland/npm-helloworld


https://github.com/greyireland/npm-helloworld

Last synced: 7 months ago
JSON representation

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
```