Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 1001 Bytes

README.md

File metadata and controls

33 lines (28 loc) · 1001 Bytes

paperhive-sources

Build Status Coverage Status Dependency Status

NPM

Checks if a given URL is valid for PaperHive and parses it.

Development

  • Check linting:
    npm run lint
    
  • Run unit tests:
    npm test
    
  • Publish on npmjs.com:
    npm publish
    
  • Add Git tag:
    git tag v2.0.1
    git push --tags
    

License

The paperhive-sources is licensed under the GPL3 license.