@kubb/core
Advanced tools
Comparing version 0.55.0 to 0.56.0
{ | ||
"name": "@kubb/core", | ||
"version": "0.55.0", | ||
"version": "0.56.0", | ||
"description": "Generator core", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -7,3 +7,3 @@ <div align="center"> | ||
<p> | ||
With Kubb you can create and use plugins that will generate code based on a specific input. | ||
Core utils for other packages. | ||
</p> | ||
@@ -14,3 +14,3 @@ | ||
<a href="https://www.npmjs.com/package/@kubb/core"> | ||
<img alt="Npm verssion" src="https://img.shields.io/npm/v/@kubb/core?style=for-the-badge"/> | ||
<img alt="Npm version" src="https://img.shields.io/npm/v/@kubb/core?style=for-the-badge"/> | ||
</a> | ||
@@ -17,0 +17,0 @@ <a href="https://www.npmjs.com/package/@kubb/core"> |
@@ -43,2 +43,7 @@ { | ||
"description": "Clean previous generated files" | ||
}, | ||
"write": { | ||
"type": "boolean", | ||
"description": " Write output to the fileSystem", | ||
"default": "true" | ||
} | ||
@@ -45,0 +50,0 @@ } |
3552781
31434