github-hope

0.3.32 • Public • Published

github-hope

Github Projects Evaluator npm package, which used in HOPE

Installation

$ npm i --save github-hope

Usage

const hope = require('gihub-hope')
 
hope.evaluate('https://github.com/HackaIran/HOPE.git',someStrategy || null).then(result => {
    
    console.log(result);
//     { quality: 0.83,
//   results:
//    [ general: [ [Object], [Object], [Object], [Object] ],
//      readme: [ [Object],
//        [Object],
//        [Object],
//        [Object],
//        [Object],
//        [Object],
//        [Object],
//        [Object],
//        [Object] ] 
            // ],
//        .
//        .
//        . }
 
})

Scripts

  • npm run compile - Compiles source files to disk (~/lib).
  • npm run compile:watch - Same as npm run compile but watches files for changes.
  • npm run lint - Lints source and test files.
  • npm run lint:fix - Lints files and attempts to fix any issues.
  • npm run test - Runs unit tests.
  • npm run test:watch - Same as npm test but watches files for changes.
  • npm run test:cov - Generates a test coverage report.

Distribution

Execute one of the following commands

npm version patch
npm version minor
npm version major

License

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.3.32
    0
    • latest

Version History

Package Sidebar

Install

npm i github-hope

Weekly Downloads

8

Version

0.3.32

License

MIT

Unpacked Size

46.8 kB

Total Files

10

Last publish

Collaborators

  • alireza29675
  • pmzi