Socket
Socket
Sign inDemoInstall

cwd

Package Overview
Dependencies
39
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    cwd

Easily get the CWD (current working directory) of a project based on package.json, optionally starting from a given path. (Node.js/javascript util)


Version published
Maintainers
1
Install size
389 kB
Created

Readme

Source

cwd NPM version Build Status

Easily get the CWD (current working directory) of a project based on package.json, optionally starting from a given path. (Node.js/javascript util)

Install

Install with npm

$ npm i cwd --save

Usage

var cwd = require('cwd');
cwd();
cwd('one/two.js');
cwd('one', 'two.js');
cwd(['one', 'two.js']);

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue

Running tests

Install dev dependencies:

$ npm i -d && npm test

Other projects

  • global-paths: Returns an array of unique "global" directories based on the user's platform and environment. The… more
  • global-prefix: Get the npm global path prefix.
  • global-modules: The directory used by npm for globally installed npm modules.
  • is-absolute: Return true if a file path is absolute.
  • is-relative: Returns true if the path appears to be relative.
  • relative: Get the relative filepath from path A to path B. Calculates from file-to-directory, file-to-file, directory-to-file,… more

Author

Jon Schlinkert

License

Copyright © 2015 Jon Schlinkert Released under the MIT license.


This file was generated by verb-cli on July 20, 2015.

Keywords

FAQs

Last updated on 20 Jul 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc