0.3.32 • Published 6 years ago

github-hope v0.3.32

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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

0.3.32

6 years ago

0.3.3

6 years ago

0.3.28

6 years ago

0.3.26

6 years ago

0.3.25

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.1

6 years ago