发行说明生成器 Vicilog

码农软件 · 软件分类 · 其他开发相关 · 2019-10-19 11:56:49

软件介绍

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

Commando.io CLI

要求

  • 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!

本文地址:https://codercto.com/soft/d/17092.html

程序员面试手册

程序员面试手册

[印] 纳拉辛哈·卡鲁曼希(Narasimha Karumanchi) / 爱飞翔 / 机械工业出版社 / 2018-2-27 / 99

本书特色 以通俗易懂的方式讲述面试题,涵盖编程基础、架构设计、网络技术、数据库技术、数据结构及算法等主题 书中的题目来自微软、谷歌、亚马逊、雅虎、Oracle、Facebook等大公司的面试题,以及一些知名竞赛(如GATE)的考试题 全书约有700道算法题,每道题都有详细解答 针对每一编程问题,都会按照复杂度递减的顺序给出各种解法 专注于问题本身并对这些问题做出分析,......一起来看看 《程序员面试手册》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具