Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "genzo", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"author": "FatehAK", | ||
@@ -80,5 +80,5 @@ "files": [ | ||
"concurrently": "^7.6.0", | ||
"czg": "1.5.1", | ||
"czg": "1.5.3", | ||
"eslint": "^8.35.0", | ||
"eslint-config-prettier": "^8.6.0", | ||
"eslint-config-prettier": "^8.7.0", | ||
"eslint-config-semistandard": "^17.0.0", | ||
@@ -94,3 +94,3 @@ "eslint-formatter-pretty": "^4.1.0", | ||
"release-it": "^15.7.0", | ||
"rimraf": "^4.1.3", | ||
"rimraf": "^4.3.1", | ||
"rollup-plugin-visualizer": "^5.9.0", | ||
@@ -97,0 +97,0 @@ "vite": "^4.1.4" |
<div align="center"> | ||
<a href="https://www.npmjs.com/package/genzo"> | ||
<img width="120" height="120" hspace="10" | ||
src="https://images2.imgbox.com/bc/cd/sxR54KnL_o.png" alt="genzo logo"> | ||
<img width="120" height="120" hspace="10" src="https://images2.imgbox.com/bc/cd/sxR54KnL_o.png" alt="genzo logo" /> | ||
</a> | ||
<h1>genzo</h1> | ||
<p> | ||
Rapidly scaffold your projects for development with custom templates | ||
</p> | ||
</div> | ||
<div align="center"> | ||
<h1>genzo</h1> | ||
<p>Rapidly scaffold your projects for development with custom templates</p> | ||
<img src="https://img.shields.io/node/v/genzo" alt="node-current" /> | ||
<img alt="GitHub Workflow Status" src="https://img.shields.io/github/actions/workflow/status/fatehak/genzo-cli/validate_build.yaml"> | ||
<img alt="GitHub Workflow Status" src="https://img.shields.io/github/actions/workflow/status/fatehak/genzo-cli/validate_build.yaml" /> | ||
<img src="https://img.shields.io/github/v/release/fatehak/genzo-cli" alt="GitHub release" /> | ||
@@ -19,4 +13,6 @@ <img src="https://img.shields.io/npm/l/genzo" alt="licence" /> | ||
### Features | ||
<p> </p> | ||
## Features | ||
- Fetch your custom templates stored in GitHub or your local file system. | ||
@@ -30,4 +26,14 @@ - Fuzzy searches your list of templates for convenience and ease of use. | ||
### Demo | ||
## Motivation | ||
As we gain experience with various projects and tools, we tend to maintain opinionated templates to bootstrap new projects. Maybe you have a customized setup for building a production-grade Web project, or you got some handy templates for experiments or even some for your technical interviews. | ||
With `genzo`, you can rapidly scaffold projects using your custom templates from local and remote sources. It automates the most common tasks involved in setting up a JavaScript-based project. | ||
If you find the tool useful, consider showing your support by giving a ⭐ | ||
Contributions are most welcome! We follow [conventional-commits](https://www.conventionalcommits.org/en/v1.0.0/) | ||
## Demo | ||
- Fetching templates from GitHub | ||
@@ -43,3 +49,3 @@ | ||
### Installation | ||
## Installation | ||
@@ -52,3 +58,3 @@ ```shell | ||
### Usage | ||
## Usage | ||
@@ -75,3 +81,3 @@ ```console | ||
### Configuration | ||
## Configuration | ||
@@ -171,4 +177,4 @@ The configuration must be defined in `.genzorc.js` and placed in the system's `$HOME` directory. | ||
### License | ||
## License | ||
[MIT](./LICENSE) |
Sorry, the diff of this file is not supported yet
22306
175