- 授权协议: GPLv2
- 开发语言: Ruby
- 操作系统: 跨平台
- 软件首页: http://dn5.github.io/vicilog/
- 官方下载: https://github.com/dn5/vicilog
软件介绍
Vicilog 是个基于 GitHub idea 构建的发行说明重建工具,提供易用的命令行界面,根据你的输入,Vicilog 可以作为专业的发布系统。
在线演示:https://dn5.github.io/vicilog/relnotes/
Vicilog CLI
Usage: vicilog --help | usage instruction vicilog --new | new project vicilog --new project name vicilog --comp | compile project vicilog --comp project name vicilog --abt | show about vicilog --tag | list all tags vicilog --v | show version info
要求
Ruby (with json)
Nix more
安装
cd ~ git clone https://github.com/dn5/vicilog.git chmod 777 -R vicilog/
使用
基础帮助
$ ruby vicidex.rb --help _ __________________ ____ ______ | | / / _/ ____/ _/ / / __ \/ ____/ | | / // // / / // / / / / / / __ | |/ // // /____/ // /___/ /_/ / /_/ / |___/___/\____/___/_____/\____/\____/ Vicilog v eq_v // Changelog / Buildtool https://github.com/dn5/vicilog Use argument --help for details $ ruby vicilog.rb --help | usage / this menu $ ruby vicilog.rb --new | new project --new project_name $ ruby vicilog.rb --comp | compile / new build $ ruby vicilog.rb --comp project_name $ ruby vicilog.rb --abt | about the project $ ruby vicilog.rb --v | version info $ ruby vicilog.rb --tag | for tag list
新项目
$ ruby vicidex.rb --new myproject [strip header] https://github.com/dn5/vicilog Use argument --help for details Vicilog is currently creating new project ... Copying necessery files ... New project sucesfully built! Run --comp project_name to compile new changes!
JavaScript忍者秘籍
John Resig、Bear Bibeault / 徐涛 / 人民邮电出版社 / 2015-10 / 69.00
JavaScript语言非常重要,相关的技术图书也很多,但没有任何一本书对JavaScript语言的重要部分(函数、闭包和原型)进行深入、全面的介绍,也没有任何一本书讲述跨浏览器代码的编写。本书是jQuery库创始人编写的一本深入剖析JavaScript语言的书。 本书共分四个部分,从准入训练、见习训练、忍者训练和火影训练四个层次讲述了逐步成为JavaScript高手的全过程。全书从高级We......一起来看看 《JavaScript忍者秘籍》 这本书的介绍吧!
