yuangs 1.0.3 → 1.0.4

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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/cli.js +1 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # yuangs CLI
2
2
 
3
- 🎨 YGS 的个人命令行工具(彩色版)
3
+ 🎨 苑广山的个人命令行工具
4
4
 
5
5
  ## 安装
6
6
 
package/cli.js CHANGED
@@ -6,7 +6,7 @@ const args = process.argv.slice(2);
6
6
  const command = args[0];
7
7
 
8
8
  function printHelp() {
9
- console.log(chalk.bold.cyan('\n🎨 YGS Apps - 个人应用启动器\n'));
9
+ console.log(chalk.bold.cyan('\n🎨 苑广山的个人应用启动器\n'));
10
10
  console.log(chalk.white('使用方法:') + chalk.gray(' yuangs <命令>\n'));
11
11
  console.log(chalk.bold('命令列表:'));
12
12
  console.log(` ${chalk.green('shici')} 打开古诗词 PWA`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yuangs",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "苑广山的个人应用集合 CLI(彩色版)",
5
5
  "main": "index.js",
6
6
  "bin": {