🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

jxchen

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jxchen - npm Package Compare versions

Comparing version
0.2.6
to
0.2.7
+1
-1
package.json
{
"name": "jxchen",
"version": "0.2.6",
"version": "0.2.7",
"description": "创建版项目、项目版本、版本号、配制文件(webpack.config.js、gulpfile.js(暂无)、gruntfile.js)",

@@ -5,0 +5,0 @@ "bin": {

# jxchen
一个命令行实用程序,它可以创建项目文件夹及项目下的版本文件夹(1.0.0)每次创建自动增加版本号,然后可以选择生成webpack.config.js、gulpfile.js、gruntfile.js 配置文件,完成后会自动打开所建项目目录,项目路径也被拷贝进粘贴板!!

@@ -6,7 +7,7 @@

project_name
| 
--1.0.0
|   
----webpack.config.js* gulpfile.js* gruntfile.js*
├── project_name - 项目文件夹
│ ├── 1.0.0 - 项目版本号
│ ├── webpack.config.js* - webpack.config.js配置文件(可选)
│ ├── gulpfile.js* - gulpfile.js配置文件(可选)
│ ├── gruntfile.js* - gruntfile配置文件(可选)

@@ -13,0 +14,0 @@ # Getting jxchen