Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to list current existing aah applications from $GOPATH #42

Closed
joelsdc opened this issue May 10, 2017 · 2 comments
Closed

Ability to list current existing aah applications from $GOPATH #42

joelsdc opened this issue May 10, 2017 · 2 comments
Assignees
Labels
Projects

Comments

@joelsdc
Copy link
Contributor

joelsdc commented May 10, 2017

Hi,

I'm trying the aah framework, and I'm missing the ability to list my existing applications.

I have created 3 apps:
test - api
test2, test3 - web

It would be nice to have something like: aah list // aah show (or whatever)

├── test
│   ├── aah.project
│   ├── app
│   ├── config
│   └── i18n
├── test2
│   ├── aah.project
│   ├── app
│   ├── config
│   ├── i18n
│   ├── static
│   └── views
└── test3
    ├── aah.project
    ├── app
    ├── config
    ├── i18n
    ├── static
    └── views

Thanks!
Joel.

@jeevatkm
Copy link
Member

@adelowo have submitted PR go-aah/tools#5 for this feature. Contributor and I are working together to improve the implementation.

@jeevatkm jeevatkm modified the milestone: v0.6 Milestone May 21, 2017
@jeevatkm jeevatkm added this to In Progress in aah Roadmap May 21, 2017
jeevatkm added a commit to go-aah/tools that referenced this issue May 23, 2017
@jeevatkm
Copy link
Member

aah list command is implemented. To be released in v0.6.

Command output:

–––––––––––––––––––––––––––––––––––––––––––––––––––––
   aah framework v0.5.1 -  https://aahframework.org
–––––––––––––––––––––––––––––––––––––––––––––––––––––

Scanning GOPATH: /Users/jeeva/go-home/...

6 aah projects were found, import paths are-
    github.com/go-aah/examples/curd
    github.com/go-aah/website
    github.com/test1
    github.com/test2
    testapp1
    testappscope

@jeevatkm jeevatkm moved this from In Progress to Done in aah Roadmap May 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
aah Roadmap
  
Released to Audience
Development

No branches or pull requests

2 participants