Installations
npm install docor
Developer Guide
Typescript
No
Module System
CommonJS
Node Version
0.12.2
NPM Version
2.8.3
Score
56.8
Supply Chain
81.8
Quality
74.1
Maintenance
25
Vulnerability
85.8
License
Releases
Contributors
Unable to fetch Contributors
Languages
Perl (55.27%)
JavaScript (32.65%)
Erlang (12.08%)
Developer
turingou
Download Statistics
Total Downloads
8,852
Last Day
1
Last Week
6
Last Month
49
Last Year
319
GitHub Statistics
89 Stars
38 Commits
10 Forks
3 Watching
1 Branches
3 Contributors
Bundle Size
34.31 kB
Minified
10.78 kB
Minified + Gzipped
Package Meta Information
Latest Version
0.3.0
Package Id
docor@0.3.0
Size
12.16 kB
NPM Version
2.8.3
Node Version
0.12.2
Total Downloads
Cumulative downloads
Total Downloads
8,852
Last day
-83.3%
1
Compared to previous day
Last week
-72.7%
6
Compared to previous week
Last month
716.7%
49
Compared to previous month
Last year
-16.7%
319
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
docor
a tiny cli tool to create elegant readme by manifest files, like package.json
, bower.json
and manifest.json
Installation
1$ [sudo] npm install docor -g
Usage
The very first, Ensure excutes docor
in directory where contains one manifest file in support manifest files. As a cli tool, Docor will create these files: README.md
,license
.gitignore
and .npmignore
.
1$ docor
Supported manifest files
package.json
: NPM manifest.bower.json
: The front-end package manager Bower's manifest.manifest.json
: Chrome App's manifest.
Example
To run built-in examples:
1$ git clone git@github.com:turingou/docor.git 2$ cd docor 3$ npm install 4$ npm run example
Contributing
- Fork this repo
- Clone your repo
- Install dependencies
- Checkout a feature branch
- Feel free to add your features
- Make sure your features are fully tested
- Open a pull request, and enjoy <3
MIT license
Copyright (c) 2013 turing <o.u.turing@gmail.com>
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE:0
Reason
Found 2/30 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
- Warn: 0 commits out of 2 are checked with a SAST tool
Score
3
/10
Last Scanned on 2025-01-27
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More