我是靠谱客的博主 欢呼诺言,最近开发中收集的这篇文章主要介绍grunt-init的使用,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

Grunt-init是一个用来自动创建项目的架构工具,它会建立一个完整的目录结构和一个基本的配置环境,当然具体文件和内容取决于所选择的模板

安装grunt-init

使用

 npm install -g grunt-init

-g 会添加grunt-init到环境变量,允许在任何地方运行grunt-init命令

获取帮助

grunt-init --help

以下是输出

grunt-init: Generate project scaffolding from a template. (v0.3.2)

Usage
 grunt-init [options] [template]

Options
    --help, -h  Display this help text.
    --no-color  Disable colored output.
   --debug, -d  Enable debugging mode for tasks that support it.
       --stack  Print a stack trace when exiting with a warning or fatal error.
   --force, -f  A way to force your way past warnings. Want a suggestion? Don't
                use this option, fix your code.
    --no-write  Disable writing files (dry run).
 --verbose, -v  Verbose mode. A lot more information output.
 --version, -V  Print the grunt version. Combine with --verbose for more info.

Available templates

(No templates found)

Templates that exist in the C:Userst.grunt-init directory may be run with
"grunt-init TEMPLATE". Templates that exist in another location may be run with
"grunt-init /path/to/TEMPLATE". A template is a directory that must contain, at
the very minimum, a template.js file.

For more information, see http://gruntjs.com/project-scaffolding

从输出可用看出没有可用的模板

 

 

几个Grunt-init维护的模板

Grunt-init-commonjs

Grunt-init-gruntfile

Grunt-init-gruntplugin

Grunt-init-jquery

Grunt-init-node

 

转载于:https://www.cnblogs.com/tao-zi/p/4311224.html

最后

以上就是欢呼诺言为你收集整理的grunt-init的使用的全部内容,希望文章能够帮你解决grunt-init的使用所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(42)

评论列表共有 0 条评论

立即
投稿
返回
顶部