4.2.0 • Published 6 years ago

atom-project-util v4.2.0

Weekly downloads
416
License
MIT
Repository
github
Last release
6 years ago

Atom Project Util

Atom library that provides project utilities. Primarily switching in the same window. This is its own library because there are a number of nuances that would better serve the community to be addressed in a single location (and then each package that would like the functionality can just use this library).

Install

npm install --save atom-project-util

Usage

const util = require("atom-project-util")

// Switch to a project with path1 and path2 as the opened paths
util.switch(["path1", "path2"])

// Close project
util.close()

License

MIT License - see the LICENSE for more details.

4.2.0

6 years ago

4.1.0

7 years ago

3.1.0

7 years ago

4.0.0

8 years ago

3.0.0

8 years ago

2.0.0

8 years ago