authorer

0.0.2 • Public • Published

authorer

Parse author 🙇 string from package.json

  • ZERO 0️⃣ run 🏃 time dependencies
  • actually a single dependency - mocha ☕️

Install

npm install authorer

or for cooler guys out there

yarn add authorer

Usage

const authorer = require('authorer')
 
var { name, email, website } = authorer('Dhruv Jain <dhruvjainpenny@gmail.com> (https://maddhruv.github.io)')
 
// name Dhruv Jain
// email dhruvjainpenny@gmail.com
// website https://maddhruv.github.io

Found issue?

raise one at https://github.com/maddhruv/authorer/issues/new

/authorer/

    Package Sidebar

    Install

    npm i authorer

    Weekly Downloads

    2

    Version

    0.0.2

    License

    Apache-2.0

    Unpacked Size

    18.5 kB

    Total Files

    6

    Last publish

    Collaborators

    • maddhruv