temp-dir

WebJar for temp-dir

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

temp-dir
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

temp-dir
WebJar for temp-dir
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/sindresorhus/temp-dir

Download temp-dir

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/temp-dir/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>temp-dir</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/temp-dir/
implementation 'org.webjars.npm:temp-dir:1.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/temp-dir/
implementation ("org.webjars.npm:temp-dir:1.0.0")
'org.webjars.npm:temp-dir:jar:1.0.0'
<dependency org="org.webjars.npm" name="temp-dir" rev="1.0.0">
  <artifact name="temp-dir" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='temp-dir', version='1.0.0')
)
libraryDependencies += "org.webjars.npm" % "temp-dir" % "1.0.0"
[org.webjars.npm/temp-dir "1.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

temp-dir

Get the real path of the system temp directory

The os.tmpdir() built-in doesn't return the real path. That can cause problems when the returned path is a symlink, which is the case on macOS. Use this module to get the resolved path.

Install

$ npm install temp-dir

Usage

const tempDirectory = require('temp-dir');

console.log(tempDirectory);
//=> '/private/var/folders/3x/jf5977fn79jbglr7rk0tq4d00000gn/T'

console.log(require('os').tmpdir());
//=> '/var/folders/3x/jf5977fn79jbglr7rk0tq4d00000gn/T' // <= Symlink

Get professional support for this package with a Tidelift subscription
Tidelift helps make open source sustainable for maintainers while giving companies
assurances about security, maintenance, and licensing for their dependencies.

Versions

Version
1.0.0