Comparing version 0.3.4 to 0.3.5
{ | ||
"name": "deliquus", | ||
"version": "0.3.4", | ||
"description": "", | ||
"version": "0.3.5", | ||
"description": "A coverage tool that help you find missing tests, stories etc.", | ||
"main": "deliquus.js", | ||
"bin": {"deliquus": "deliquus.js"}, | ||
"scripts": { | ||
@@ -16,6 +15,14 @@ "start": "node dist/deliquus.js", | ||
"type": "git", | ||
"url": "git+https://github.com/iakindev/deliquus.git" | ||
"url": "https://github.com/iakindev/deliquus.git" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"keywords": [ | ||
"cli", | ||
"test", | ||
"story", | ||
"husky", | ||
"missing tests", | ||
"missing stories", | ||
"missing files" | ||
], | ||
"author": "İlyas Akın <ashnwor@gmail.com>", | ||
"license": "MIT", | ||
@@ -22,0 +29,0 @@ "bugs": { |
# Deliquus | ||
**Deliquus is a latin adjective meaning missing, wanting, lacking.** | ||
![image](https://user-images.githubusercontent.com/23039187/107879699-7721b600-6eeb-11eb-8373-d686ac6887b4.png) | ||
**Deliquus aims to find missing test, story files and throw out an error. So you can use with husky and prevent developer from pushing the code before adding a test or story, or you know... anything.** | ||
## Goal | ||
_Deliquus is a latin adjective meaning missing, wanting, lacking._ | ||
We want deliquus to be configurable/customizable on every level possible. | ||
We don't want it to be a tool that only finds tests and stories. | ||
User should be configure Deliquus to match the files as she/he want. | ||
## Roadmap | ||
- Match files with single source directory and single target directory. ✔ | ||
- Match files with multiple source directories and multiple target directories. ✔ | ||
- Publish | ||
## Usage | ||
- Install with `yarn add --dev deliquus` or `npm install deliquus --save-dev` | ||
- Create a valid cosmiconfig file (See: [Cosmiconfig](https://github.com/davidtheclark/cosmiconfig#cosmiconfig)) that exports an object containing: | ||
@@ -32,2 +23,3 @@ ```javascript | ||
- You can set multiple targets in for. For example you can check if stories and tests existing for `components` source without redefining the same directory. | ||
- Execute with `yarn deliquus` or `npm run deliquus` or bind to husky (recommended). | ||
@@ -34,0 +26,0 @@ ## Development |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
26484
45
0
0
442
74
1