Comparing version 0.0.12 to 0.0.13
{ | ||
"name": "initx", | ||
"type": "module", | ||
"version": "0.0.12", | ||
"description": "More convenient initialization engine", | ||
"version": "0.0.13", | ||
"description": "A more convenient scripting engine", | ||
"author": "imba97", | ||
@@ -29,4 +29,4 @@ "license": "MIT", | ||
"inquirer": "^12.0.0", | ||
"@initx-plugin/core": "0.0.12", | ||
"@initx-plugin/utils": "0.0.12" | ||
"@initx-plugin/core": "0.0.13", | ||
"@initx-plugin/utils": "0.0.13" | ||
}, | ||
@@ -33,0 +33,0 @@ "scripts": { |
@@ -1,7 +0,9 @@ | ||
<h1 align="center">init 🛠</h1> | ||
<h1 align="center">initx ⚙️</h1> | ||
<p align="center"><code>initx</code> More convenient initialization engine</p> | ||
<p align="center"><code>initx</code> A more convenient scripting engine</p> | ||
<pre align="center">npx <b>initx <something></b></pre> | ||
# Plugins | ||
## Git | ||
@@ -95,1 +97,10 @@ | ||
``` | ||
# Acknowledgement | ||
- [cac](https://github.com/cacjs/cac) | ||
- [execa](https://github.com/sindresorhus/execa) | ||
- [importx](https://github.com/antfu-collective/importx) | ||
- [inquirer](https://github.com/SBoudrias/Inquirer.js) | ||
- [picocolors](https://github.com/alexeyraspopov/picocolors) | ||
- [which](https://github.com/npm/node-which) |
Sorry, the diff of this file is not supported yet
6502
106
+ Added@initx-plugin/core@0.0.13(transitive)
+ Added@initx-plugin/utils@0.0.13(transitive)
- Removed@initx-plugin/core@0.0.12(transitive)
- Removed@initx-plugin/utils@0.0.12(transitive)
Updated@initx-plugin/core@0.0.13
Updated@initx-plugin/utils@0.0.13