All Projects → hua1995116 → linec

hua1995116 / linec

Licence: MIT license
🍬一个高颜值命令行统计代码行数的计数器。(counts lines of code)

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to linec

CounterView
一个数字变化效果的计数器视图控件
Stars: ✭ 38 (-68.6%)
Mutual labels:  count, code
SharpLoader
🔮 [C#] Source code randomizer and compiler
Stars: ✭ 36 (-70.25%)
Mutual labels:  code, lines
Data-Structure-Algorithm-Programs
This Repo consists of Data structures and Algorithms
Stars: ✭ 464 (+283.47%)
Mutual labels:  count
code-run
一个代码在线编辑预览工具,类似codepen、jsbin、jsfiddle等。
Stars: ✭ 325 (+168.6%)
Mutual labels:  code
count.macro
Babel macro for counting number of lines or words in files at compile time
Stars: ✭ 20 (-83.47%)
Mutual labels:  count
easy reader
⏮ ⏯ ⏭ A Rust library for easily navigating forward, backward or randomly through the lines of huge files.
Stars: ✭ 83 (-31.4%)
Mutual labels:  lines
Mat-O-Wahl
🇩🇪 Mat-O-Wahl - Ein einfach zu bedienender, freier Open Source Wahl-O-Mat Klon fuer jedermann ### 🇬🇧 🇺🇸 A simple to handle, free "Voting Advice Application" / "Electoral Compass" alternative
Stars: ✭ 27 (-77.69%)
Mutual labels:  code
Code-Life
The marathon continues though.
Stars: ✭ 27 (-77.69%)
Mutual labels:  code
code-examples
Example Code that I use for Referencing when needed
Stars: ✭ 14 (-88.43%)
Mutual labels:  code
inline-code
Inline-Code Tool for Editor.js 2.0
Stars: ✭ 32 (-73.55%)
Mutual labels:  code
code-art
🌈 Collect beautiful art text, never bug. 收集好看的艺术代码,佛祖保佑,永无 Bug。找好看的注释,看这里。
Stars: ✭ 38 (-68.6%)
Mutual labels:  code
slm-code-generation
TensorFlow code for the neural network presented in the paper: "Structural Language Models of Code" (ICML'2020)
Stars: ✭ 75 (-38.02%)
Mutual labels:  code
CPPNotes
【C++ 面试 + C++ 学习指南】 一份涵盖大部分 C++ 程序员所需要掌握的核心知识。
Stars: ✭ 557 (+360.33%)
Mutual labels:  code
R edu
Facebook
Stars: ✭ 18 (-85.12%)
Mutual labels:  code
vuejs-medium-editor
A medium like text editor for vue js WYSIWYG
Stars: ✭ 112 (-7.44%)
Mutual labels:  code
sp who3
The sp_who3 stored procedure is a custom and open source alternative to the sp_who system stored procedures available in SQL Server.
Stars: ✭ 49 (-59.5%)
Mutual labels:  count
100daysOfMakie
100 days of Makie examples
Stars: ✭ 67 (-44.63%)
Mutual labels:  code
tokei-pie
Render tokei's output to interactive sunburst chart.
Stars: ✭ 138 (+14.05%)
Mutual labels:  code
recount
R package for the recount2 project. Documentation website: http://leekgroup.github.io/recount/
Stars: ✭ 40 (-66.94%)
Mutual labels:  count
Unity3D-Cars
A project built for a Renaissance Coders tutorial to introduce vehicle physics.
Stars: ✭ 60 (-50.41%)
Mutual labels:  code

linec

安装

$ npm install -g linec / cnpm install -g linec

使用

基础用法

$ linec

导出到html

$ linec -o

功能

  • 输出空行,实际行数,总行数
  • 支持400+语言
  • 显示遍历速度
  • 显示多种颜色
  • 支持导出html
  • 自定义统计路径
  • 自定义忽略文件/目录

参数

Usage: index [options]

Options:

-V, --version        output the version number
-i, --ignore [path]  ignore path | <example> linec -i './dist,./src'
-p, --path [path]    linec path | <example> linec -p './dist'
-o, --output         ouput html | <example> linec -o
-h, --help           output usage information

效果图

基础模式

导出后打开html

License

MIT

Copyright (c) 2018 蓝色的秋风

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].