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

https://github.com/jojoee/eyy

Test publishing to npm (TypeScript)
https://github.com/jojoee/eyy

e typescript

Last synced: about 2 months ago
JSON representation

Test publishing to npm (TypeScript)

Awesome Lists containing this project

README

          

# eyy

[![Build status](https://travis-ci.org/jojoee/eyy.svg?branch=master)](https://travis-ci.org/jojoee/eyy)
[![npm version](https://img.shields.io/npm/v/eyy.svg)](https://npmjs.org/package/eyy)
[![codecov](https://codecov.io/gh/jojoee/eyy/branch/master/graph/badge.svg)](https://codecov.io/gh/jojoee/eyy)

> eyyeyyeyy...

## Install

```shell
npm install eyy
// or
npm install git+ssh://git@github.com/jojoee/eyy
```

## Use

```typescript
import eyy from 'eyy'
// TODO: describe usage
```

## Related

TODO

## Acknowledgments

TODO

## Development

```
npm login
npm run prepublishOnly
npm publish
npm notice
npm notice package: eyy@0.0.2
npm notice === Tarball Contents ===
npm notice 1.1kB LICENSE
npm notice 504B dist/src/eyy.js
npm notice 2.6kB package.json
npm notice 403B dist/src/eyy.d.ts.map
npm notice 631B dist/src/eyy.js.map
npm notice 569B README.md
npm notice 456B dist/src/eyy.d.ts
npm notice === Tarball Details ===
npm notice name: eyy
npm notice version: 0.0.2
npm notice package size: 2.6 kB
npm notice unpacked size: 6.3 kB
npm notice shasum: c4903a80c8c205b537c7b5d3ccf6569f8db1225b
npm notice integrity: sha512-F8G8MzZUZV2mM[...]1aGXA5G1eq5Vw==
npm notice total files: 7
npm notice
+ eyy@0.0.2
```