# caz **Repository Path**: zce/caz ## Basic Information - **Project Name**: caz - **Description**: A simple yet powerful template-based Scaffolding tools for my personal productivity. - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: main - **Homepage**: https://github.com/zce/caz - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 1 - **Created**: 2020-08-18 - **Last Updated**: 2022-10-10 ## Categories & Tags **Categories**: code-generator **Tags**: None ## README
CAZ

A simple yet powerful template-based Scaffolding tools for my personal productivity.

Build Status Coverage Status License NPM Version Node Version
Code Style NPM Downloads Install Size Repo Size Dependencies Status


**English** | [简体中文](README.zh-CN.md) ## Introduction CAZ (**C**reate **A**pp **Z**en) It's a a simple template-based Scaffolding tools for my personal productivity, inspired by [Yeoman](https://yeoman.io) & [Vue CLI 2](https://npm.im/vue-cli) & etc. - pronounced: [[kæz]](http://dict.youdao.com/dictvoice?audio=caz) 📷 ✌ - written: CAZ / caz _For more introduction, please refer to the [How it works](#how-it-works)._ ### Features - Easy to use - Light-weight - Still powerful - High efficiency - Zero dependencies - Template-based - Configurable - Extensible - TypeScript - Use modern API > I'll give you specific reasons later. ## Table of Contents - [Introduction](#introduction) - [Features](#features) - [Getting Started](#getting-started) - [Prerequisites](#prerequisites) - [Installation](#installation) - [Quick Start](#quick-start) - [Recipes](#recipes) - [GitHub Repo Templates](#github-repo-templates) - [Local Templates](#local-templates) - [Remote ZIP Templates](#remote-zip-templates) - [Offline Mode](#offline-mode) - [Prompts Override](#prompts-override) - [Debug Mode](#debug-mode) - [List Available Templates](#list-available-templates) - [Official Templates](#official-templates) - [Advanced](#advanced) - [Configuration](#configuration) - [Create Your Template](#create-your-template) - [Create Your Scaffold](#create-your-scaffold) - [References](#references) - [Motivation](#motivation) - [About](#about) - [How It Works](#how-it-works) - [Built With](#built-with) - [Roadmap](#roadmap) - [Contributing](#contributing) - [License](#license) ## Getting Started ### Prerequisites - [Node.js](https://nodejs.org) (>= 14.14 required, >= 16.13 preferred) - [npm](https://www.npmjs.com) (>= 7.x) or [pnpm](https://pnpm.io) (>= 6.x) or [yarn](https://yarnpkg.com) (>= 1.22) - [Git](https://git-scm.com) (>= 2.0) ### Installation ```shell # install it globally $ npm install -g caz # or yarn $ yarn global add caz ``` ### Quick Start Create new project from a template. ```shell $ caz