Comparing version 0.3.3 to 0.3.4-1
@@ -0,1 +1,2 @@ | ||
#!/usr/bin/env node | ||
"use strict"; | ||
@@ -2,0 +3,0 @@ |
{ | ||
"name": "deliquus", | ||
"version": "0.3.3", | ||
"version": "0.3.4-1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "deliquus.js", |
# Deliquus | ||
**Deliquus is a latin adjective meaning missing, wanting, lacking.** | ||
**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 +21,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 +24,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
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
504
24495
72