project-view
Show project details in the Atom tree-view
subesokun 15,407 44 0.6.5 MIT GitHub

Project View package

Version Downloads Status Linux & OSX Status Windows Dependency Status NSP Status

Shows project details in the Atom tree-view.

Screenshots

project-view Screenshot

project-view Screenshot Settings

Installation

apm install project-view

Features

  • Replaces the Atom tree-view root folder name by the corresponding project name if available
  • Shows the project folder path next to the project name
  • Supported files to retrieve the project name (ordered by priority):
  • package.json (npm-like)
  • .bower.json (bower)
  • composer.json (Composer)

Customize the project path via regex

Via a regex you can easily shorten the project path or show other additional information that are useful for you. Furthermore you could also obfuscate the project path for more privacy.

project-view Screenshot Project Path Regex

License

MIT