1.0.0 • Published 9 years ago

direct-helper v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
9 years ago

direct-help

概述

这是一个目录初始化工具,作用是快速初始化工作目录,并且规范代码。 目前只支持持插件目录的初始化

安装

npm i -g dirhelp

用法

首先 cd 到要工���目录下

dirhelp  plug
#or
#
#普通插件
dirhelp plug --plugname thename
#jquery插件
dirhelp plug --plugname jquery.thename

如果制定 plugname 为

目录

  • dir
    • demo \\样例目录
    • jquery.plugname.js \\jquery插件的主文件
    • plugname.js \\其他插件主文件

测试

使用测试命令,可以将插件编译到demo目录下,便于测试

npm run test