This project is no longer maintained as Atom and all repositories under Atom will be archived on December 15, 2022. Learn more in the official announcement. Thank you for your interest in this project and your support!
Shows project details in the Atom tree-view.
apm install project-view
- 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)
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.
MIT