File: brfs.1

package info (click to toggle)
node-brfs 2.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 368 kB
  • sloc: javascript: 717; makefile: 5; sh: 3
file content (14 lines) | stat: -rw-r--r-- 288 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.Dd 8/4/2017
.Dt brfs 1
.Sh NAME
.Nm brfs
.Nd Inline fs.readFileSync call
.Sh SYNOPSIS
.Nm
.Op Ar File
.Sh DESCRIPTION
.Nm
inline `fs.readFileSync()` calls from `file`, printing the transformed file
contents to stdout. File could be omited or be \- for stdin.
.Sh "SEE ALSO"
.Xr nodejs 1