write-file-stdout
Write to a file, falling back to stdout.
Installation
$ npm install write-file-stdout
API
write ([file], contents)
Write contents
to a file
, falling back to stdout.
License
MIT
License |
License |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdwrite-file-stdout |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionwrite-file-stdout
WebJar for write-file-stdout
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
write-file-stdout-0.0.2.pom | |
write-file-stdout-0.0.2.jar | 4 KB |
write-file-stdout-0.0.2-sources.jar | 22 bytes |
write-file-stdout-0.0.2-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/write-file-stdout/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>write-file-stdout</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/write-file-stdout/
implementation 'org.webjars.npm:write-file-stdout:0.0.2'
// https://jarcasting.com/artifacts/org.webjars.npm/write-file-stdout/
implementation ("org.webjars.npm:write-file-stdout:0.0.2")
'org.webjars.npm:write-file-stdout:jar:0.0.2'
<dependency org="org.webjars.npm" name="write-file-stdout" rev="0.0.2">
<artifact name="write-file-stdout" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='write-file-stdout', version='0.0.2')
)
libraryDependencies += "org.webjars.npm" % "write-file-stdout" % "0.0.2"
[org.webjars.npm/write-file-stdout "0.0.2"]
Write to a file, falling back to stdout.
$ npm install write-file-stdout
Write contents
to a file
, falling back to stdout.
MIT