Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aritheelk/goprojx
Simple navigational utility for navigating/creating/destroying Go projects.
https://github.com/aritheelk/goprojx
Last synced: 5 days ago
JSON representation
Simple navigational utility for navigating/creating/destroying Go projects.
- Host: GitHub
- URL: https://github.com/aritheelk/goprojx
- Owner: AriTheElk
- Created: 2014-09-12T00:43:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-08T19:08:30.000Z (almost 9 years ago)
- Last Synced: 2024-10-30T01:46:21.695Z (about 2 months ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# goprojx
## Manage Go Projects with ease## Todo
- Create a mkgoprojx function for creating projects
1. Initialize an empty dir in the $GOPROJX directory
2. Return an error if project already exists
3. After dir is initialized, set current dir to project
- Create a rmgoprojx function for removing projects
1. Remove a project dir in the $GOPROJX directory
2. Present the user with a confirmation message before delete if the dir is not empty
3. Return an error if dir doesn't exist
4. Add an autocomplete script, autocompleting project names
- Create a projx function for navigating to projects ✓ (Done for now)
1. Return an error if project doesn't exist ✓
2. Add an autocomplete script, autocompleting project names ✓## License
goprojx is licensed under the BSD license## Credits
[Garet McKinley](http://igaret.com) (@iGARET on GitHub and Twitter)