0.3.19 • Published 2 years ago

stat-line v0.3.19

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

A line of code statistics tool and can specify file type

Coverage Status

中文文档

Installation

  npm i stat-line -g

Usage

  line [path] [options]

path

If you want to use path. You need to use relative path. default path is ./

options

  • -r      Open recursion folders, no recursion by default
  • -t      Specify the type of file to be counted
  • -e      specify exclude folder
  • -h      Display help information

Examples

  • All JS files in the current path are counted by default
  line   
  • If you need recursion all folder, please use -r
  line -r
  • count current path scss file lines
  // Methods a
  line -t scss

  // Methods b
  line ./ -t scss 
  • count current path scss css js file lines
  line -t scss css js
  • custom path
  // [./src] Change to your custom relative path
  line ./src
  • Display help information
  line -h

More features

Please refer to the help documentation. line -h

todoList

  • Specify folders that do not need statistics
  • can recursion
  • can specify file type
  • help documentation
0.3.19

2 years ago

0.3.18

2 years ago

0.3.17

3 years ago

0.3.16

3 years ago

0.3.15

3 years ago

0.3.14

3 years ago

0.3.13

3 years ago

0.3.12

3 years ago

0.3.11

3 years ago

0.3.10

3 years ago

0.3.0

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.3.6

3 years ago

0.3.5

3 years ago

0.3.8

3 years ago

0.3.7

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.3.4

3 years ago

0.3.3

3 years ago

0.1.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago