@toriyama/countlines
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

thumbnail

@toriyama/countLines

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

Installation

npm install --save @toriyama/countlines

Usage

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

Readme

Keywords

none

Package Sidebar

Install

npm i @toriyama/countlines

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

45.1 kB

Total Files

9

Last publish

Collaborators

  • toriyama