last-line

0.0.3 • Public • Published

SYNOPSIS

node module using slice-file to get last line of a file

INSTALL

npm install last-line

EXAMPLE

var lastLine = require('last-line');
lastLine('./path/to/file', function (err, res) {
  // handle err (empty file?)
  process.stdout.write(res);
});

LICENSE

MIT

Readme

Keywords

Package Sidebar

Install

npm i last-line

Weekly Downloads

3

Version

0.0.3

License

MIT

Last publish

Collaborators

  • dweinstein