Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maddhruv/authorer
Parse author :bow: string from package.json
https://github.com/maddhruv/authorer
Last synced: 5 days ago
JSON representation
Parse author :bow: string from package.json
- Host: GitHub
- URL: https://github.com/maddhruv/authorer
- Owner: maddhruv
- License: apache-2.0
- Created: 2018-06-16T03:11:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-16T04:38:24.000Z (over 6 years ago)
- Last Synced: 2024-10-02T09:07:51.379Z (about 1 month ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# authorer
Parse author :bow: string from package.json
* **ZERO** :zero: run :running: time dependencies
* actually a single dependency - *mocha* :coffee:## Install
`npm install authorer`
or for cooler guys out there
`yarn add authorer`## Usage
```js
const authorer = require('authorer')var { name, email, website } = authorer('Dhruv Jain (https://maddhruv.github.io)')
// name Dhruv Jain
// email [email protected]
// website https://maddhruv.github.io
```### Found issue?
raise one at https://github.com/maddhruv/authorer/issues/new