anl 1.6.1 → 1.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.ar.md CHANGED
@@ -6,9 +6,11 @@
6
6
 
7
7
  an-cli هي أداة سطر الأوامر للواجهة الأمامية، وتتضمن الأمرين التاليين:
8
8
 
9
- [أمر anl type](#أمر anl type): أداة سطر أوامر تقوم تلقائياً بإنشاء تعريفات أنواع TypeScript ودوال طلبات API استناداً إلى Swagger JSON.
9
+ > `anl type`: أداة سطر أوامر تقوم تلقائياً بإنشاء تعريفات أنواع TypeScript ودوال طلبات API استناداً إلى Swagger JSON.
10
10
 
11
- [أمر anl lint](#أمر anl lint): يقوم بإنشاء إعدادات eslint و stylelint و prettier و commitLint و VSCode لمشاريع react أو vue
11
+ > `anl lint`: يقوم بإنشاء إعدادات eslint و stylelint و prettier و commitLint و VSCode لمشاريع react أو vue
12
+
13
+ > `anl git`: يُنشئ إعدادات Git المحلية؛ وتشمل الميزات الاختيارية إنشاء فروع gitflow القياسية، وتحديد موضوع رسائل الالتزام، وتكوين أوامر Git المخصصة
12
14
 
13
15
  ## المميزات
14
16
 
package/README.en.md CHANGED
@@ -6,9 +6,11 @@ English | [Español](./README.es.md) | [العربية](./README.ar.md) | [Fran
6
6
 
7
7
  an-cli is a frontend command line tool that includes the following two commands:
8
8
 
9
- [anl type command](#anl-type-command): A command-line tool that automatically generates TypeScript type definitions and API request functions based on Swagger JSON.
9
+ > `anl type`:A command-line tool that automatically generates TypeScript type definitions and API request functions based on Swagger JSON.
10
10
 
11
- `anl lint` command: Generates eslint, stylelint, prettier, commitLint, and VSCode related configurations for React or Vue projects.
11
+ > `anl lint`: Generates eslint, stylelint, prettier, commitLint, and VSCode related configurations for React or Vue projects.
12
+
13
+ > `anl git`: Generates local Git configuration; optional features include gitflow standard branch creation, commit message subjects, and custom Git command configuration
12
14
 
13
15
  ## Features
14
16
 
package/README.es.md CHANGED
@@ -6,9 +6,11 @@
6
6
 
7
7
  an-cli es una herramienta de línea de comandos frontend que incluye dos comandos:
8
8
 
9
- [Comando anl type](#comando-anl-type): Una herramienta de línea de comandos que genera automáticamente definiciones de tipos TypeScript y funciones de solicitud de API basadas en Swagger JSON.
9
+ > `anl type`:Una herramienta de línea de comandos que genera automáticamente definiciones de tipos TypeScript y funciones de solicitud de API basadas en Swagger JSON.
10
10
 
11
- [Comando anl lint](#comando-anl-lint): Genera configuraciones relacionadas con eslint, stylelint, prettier, commitLint y VSCode para proyectos React o Vue.
11
+ > `anl lint`: Genera configuraciones relacionadas con eslint, stylelint, prettier, commitLint y VSCode para proyectos React o Vue.
12
+
13
+ > `anl git`: Genera la configuración local de Git; las funciones opcionales incluyen la creación de ramas estándar de gitflow, los asuntos de los mensajes de commit y la configuración de comandos Git personalizados
12
14
 
13
15
  ## Características
14
16
 
package/README.fr.md CHANGED
@@ -6,9 +6,11 @@
6
6
 
7
7
  an-cli est un outil en ligne de commande frontend qui comprend les deux commandes suivantes :
8
8
 
9
- [Commande anl type](#commande-anl-type) : Un outil en ligne de commande qui génère automatiquement des définitions de types TypeScript et des fonctions de requête API basées sur Swagger JSON.
9
+ > `anl type`:Un outil en ligne de commande qui génère automatiquement des définitions de types TypeScript et des fonctions de requête API basées sur Swagger JSON.
10
10
 
11
- [Commande anl lint](#commande-anl-lint) : Génère des configurations ESLint, Stylelint, Prettier, CommitLint et VSCode pour les projets React ou Vue.
11
+ > `anl lint`: Génère des configurations ESLint, Stylelint, Prettier, CommitLint et VSCode pour les projets React ou Vue.
12
+
13
+ > `anl git`: Génère la configuration Git locale ; les fonctionnalités optionnelles incluent la création de branches standard gitflow, les sujets des messages de commit, et la configuration de commandes Git personnalisées
12
14
 
13
15
  ## Caractéristiques
14
16
 
package/README.jp.md CHANGED
@@ -6,9 +6,11 @@
6
6
 
7
7
  an-cliは、以下の2つのコマンドを含むフロントエンドコマンドラインツールです:
8
8
 
9
- [anl typeコマンド](#anl-typeコマンド):Swagger JSONに基づいてTypeScriptの型定義とAPIリクエスト関数を自動生成するツール。
9
+ > `anl type`:Swagger JSONに基づいてTypeScriptの型定義とAPIリクエスト関数を自動生成するツール。
10
10
 
11
- [anl lintコマンド](#anl-lintコマンド):ReactまたはVueプロジェクトのeslint、stylelint、prettier、commitLint、VSCode関連の設定を生成するツール。
11
+ > `anl lint`: ReactまたはVueプロジェクトのeslint、stylelint、prettier、commitLint、VSCode関連の設定を生成するツール。
12
+
13
+ > `anl git`: ローカルGit設定を生成します。オプション機能として、gitflow標準ブランチの作成、コミットメッセージのサブジェクト設定、カスタムGitコマンドの構成を提供します
12
14
 
13
15
  ## 特徴
14
16
 
package/README.md CHANGED
@@ -4,11 +4,13 @@
4
4
 
5
5
  ## 说明
6
6
 
7
- an-cli 是 前端命令行工具,包含以下两个命令
7
+ an-cli 是 前端命令行工具,包含以下命令:
8
8
 
9
- [anl type 命令](#anl type 命令):基于 Swagger JSON 自动生成 TypeScript 类型定义和 API 请求函数的命令行工具。
9
+ > `anl type`:基于 Swagger JSON 自动生成 TypeScript 类型定义和 API 请求函数的命令行工具。
10
10
 
11
- [anl lint 命令](#anl lint 命令):生成 react 或 vue 项目 eslint、stylelint、prettier、commitLint、VSCode相关配置
11
+ > `anl lint`: 生成 react 或 vue 项目 eslint、stylelint、prettier、commitLint、VSCode相关配置
12
+
13
+ > `anl git`: 生成 git 本地配置,可选的的功能有 gitflow 标准分支创建、git commit messages 主题、git 自定义命令配置
12
14
 
13
15
  ## 功能特点
14
16
 
package/README.ru.md CHANGED
@@ -6,9 +6,11 @@
6
6
 
7
7
  an-cli - это инструмент командной строки для фронтенд-разработки, включающий следующие две команды:
8
8
 
9
- [Команда anl type](#команда-anl-type): Инструмент командной строки для автоматической генерации определений типов TypeScript и функций запросов API на основе Swagger JSON.
9
+ > `anl type`:Инструмент командной строки для автоматической генерации определений типов TypeScript и функций запросов API на основе Swagger JSON.
10
10
 
11
- [Команда anl lint](#команда-anl-lint): Генерирует конфигурации eslint, stylelint, prettier, commitLint и VSCode для проектов React или Vue.
11
+ > `anl lint`: Генерирует конфигурации eslint, stylelint, prettier, commitLint и VSCode для проектов React или Vue.
12
+
13
+ > `anl git`: Генерирует локальную конфигурацию Git; дополнительные возможности включают создание стандартных веток gitflow, настройку темы сообщений коммита и конфигурацию пользовательских команд Git
12
14
 
13
15
  ## Особенности
14
16
 
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e="1.6.1",i="FE command line tool",s="bin/an-cli.js",p={dev:"rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript -w",build:"rimraf lib && rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",pub:"bash publish.sh",ts:"tsc ./src/int.ts --noEmit --watch",blink:"npm run build && npm link","sync-docs":"node scripts/sync-docs.js"},l={anl:"bin/an-cli.js"},o="Gleason <bianliuzhu@gmail.com>",t={"@commitlint/cli":"^17.4.3","@commitlint/config-conventional":"^17.4.3","@rollup/plugin-commonjs":"^21.0.1","@rollup/plugin-json":"^4.1.0","@rollup/plugin-node-resolve":"^13.1.3","@rollup/plugin-typescript":"^8.3.0","@types/inquirer":"^9.0.7","@types/shelljs":"^0.8.11","@typescript-eslint/eslint-plugin":"^5.52.0","@typescript-eslint/parser":"^5.52.0","cross-env":"^7.0.3",eslint:"^8.7.0",husky:"^8.0.3","openapi-types":"^12.1.3",prettier:"^3.3.2",rimraf:"^5.0.7",rollup:"^2.64.0","rollup-plugin-cleandir":"^2.0.0","rollup-plugin-copy":"^3.5.0","rollup-plugin-terser":"^7.0.2",typescript:"^4.5.4"},r={"app-root-path":"^3.1.0",cac:"^6.7.12",chalk:"4.*","clear-console":"^1.1.0",commander:"14.0.1",figures:"^6.1.0",inquirer:"^10.1.8","log-symbols":"^5.1.0",ora:"5.*","progress-estimator":"^0.3.0",shelljs:"^0.8.5"},n=["typescript","cli","typescript 脚手架","ts 脚手架","ts-cli","脚手架"],c=["package.json","README.md","lib","template"],u={type:"git",url:"https://github.com/bianliuzhu/an-cli.git"},a="commonjs",m={name:"anl",version:e,description:i,main:s,scripts:p,bin:l,author:o,license:"ISC",devDependencies:t,dependencies:r,keywords:n,files:c,repository:u,type:a};exports.author=o,exports.bin=l,exports.default=m,exports.dependencies=r,exports.description=i,exports.devDependencies=t,exports.files=c,exports.keywords=n,exports.license="ISC",exports.main=s,exports.name="anl",exports.repository=u,exports.scripts=p,exports.type=a,exports.version=e;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e="1.6.2",i="FE command line tool",s="bin/an-cli.js",p={dev:"rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript -w",build:"rimraf lib && rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",pub:"bash publish.sh",ts:"tsc ./src/int.ts --noEmit --watch",blink:"npm run build && npm link","sync-docs":"node scripts/sync-docs.js"},l={anl:"bin/an-cli.js"},o="Gleason <bianliuzhu@gmail.com>",t={"@commitlint/cli":"^17.4.3","@commitlint/config-conventional":"^17.4.3","@rollup/plugin-commonjs":"^21.0.1","@rollup/plugin-json":"^4.1.0","@rollup/plugin-node-resolve":"^13.1.3","@rollup/plugin-typescript":"^8.3.0","@types/inquirer":"^9.0.7","@types/shelljs":"^0.8.11","@typescript-eslint/eslint-plugin":"^5.52.0","@typescript-eslint/parser":"^5.52.0","cross-env":"^7.0.3",eslint:"^8.7.0",husky:"^8.0.3","openapi-types":"^12.1.3",prettier:"^3.3.2",rimraf:"^5.0.7",rollup:"^2.64.0","rollup-plugin-cleandir":"^2.0.0","rollup-plugin-copy":"^3.5.0","rollup-plugin-terser":"^7.0.2",typescript:"^4.5.4"},r={"app-root-path":"^3.1.0",cac:"^6.7.12",chalk:"4.*","clear-console":"^1.1.0",commander:"14.0.1",figures:"^6.1.0",inquirer:"^10.1.8","log-symbols":"^5.1.0",ora:"5.*","progress-estimator":"^0.3.0",shelljs:"^0.8.5"},n=["typescript","cli","typescript 脚手架","ts 脚手架","ts-cli","脚手架"],c=["package.json","README.md","lib","template"],u={type:"git",url:"https://github.com/bianliuzhu/an-cli.git"},a="commonjs",m={name:"anl",version:e,description:i,main:s,scripts:p,bin:l,author:o,license:"ISC",devDependencies:t,dependencies:r,keywords:n,files:c,repository:u,type:a};exports.author=o,exports.bin=l,exports.default=m,exports.dependencies=r,exports.description=i,exports.devDependencies=t,exports.files=c,exports.keywords=n,exports.license="ISC",exports.main=s,exports.name="anl",exports.repository=u,exports.scripts=p,exports.type=a,exports.version=e;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anl",
3
- "version": "1.6.1",
3
+ "version": "1.6.2",
4
4
  "description": "FE command line tool",
5
5
  "main": "bin/an-cli.js",
6
6
  "scripts": {