# gitshell **Repository Path**: jordenli_admin/gitshell ## Basic Information - **Project Name**: gitshell - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-01 - **Last Updated**: 2023-12-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## how to use 第一步: ``` npm install xielv-git -d ``` 第二步: 在项目根目录新建shell.mjs,并添加一下代码 ```js import gitShell from 'xielv-git' gitShell() ``` 第三步:在根目录执行 ```shell node shell.mjs ``` ## 全局调用 ```shell npm install xielv-git -g ``` ### HOW TO USE ```shell xielvgit ```