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

https://github.com/robertoachar/gpr-package

A playground for GitHub Package Registry with npm.
https://github.com/robertoachar/gpr-package

github github-package-registry node npm package registry

Last synced: 11 months ago
JSON representation

A playground for GitHub Package Registry with npm.

Awesome Lists containing this project

README

          

# gpr-package

[![License][license-badge]][license-url]

> A playground for GitHub Package Registry with npm.

## Installation

- Install package

```bash
$ npm i @robertoachar/gpr-package
```

## Usage

- Show a message

```js
import hello from '@robertoachar/gpr-package';

hello();

// Hello GitHub Package Registry!
```

## Development

- Clone the repo

```bash
$ git clone https://github.com/robertoachar/gpr-package.git
```

- Install dependencies

```bash
$ npm install
```

- Run scripts

| Action | Usage |
| --------- | -------------- |
| Lint code | `npm run lint` |

## Related

- [gpr-project](https://github.com/robertoachar/gpr-package)

## Author

[Roberto Achar](https://twitter.com/robertoachar)

## License

[MIT](https://github.com/robertoachar/gpr-package/blob/master/LICENSE)

[license-badge]: https://img.shields.io/github/license/robertoachar/gpr-package.svg
[license-url]: https://opensource.org/licenses/MIT