1.0.2 • Published 3 years ago

@toriyama/countlines v1.0.2

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

thumbnail

@toriyama/countLines

読み込んだファイルの行数をカウントします

Installation

npm install --save @toriyama/countlines

Usage

const countLines = require("@toriyama/countlines");
countLines(/* path to file */).then(result => {
	console.log(result);
})
1.0.2

3 years ago