Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.

Develop cli to enhance the development experience #2

Open
jk-gan opened this issue Jul 11, 2018 · 2 comments
Open

Develop cli to enhance the development experience #2

jk-gan opened this issue Jul 11, 2018 · 2 comments
Assignees
Labels
Help wanted Extra attention is needed Type: Enhancement New feature or request

Comments

@jk-gan
Copy link
Collaborator

jk-gan commented Jul 11, 2018

By providing command line tool, we can ease the process of development

Some suggestion for the command line:

# create a new project
raptor new project_name

# start local server
raptor serve

# show all the routes
raptor route

# migrate database
raptor db:migrate

# database seeding
raptor db:seed
@jk-gan jk-gan added the Type: Enhancement New feature or request label Jul 11, 2018
@jk-gan jk-gan self-assigned this Jul 11, 2018
@jk-gan
Copy link
Collaborator Author

jk-gan commented Jul 11, 2018

@jeffhappily @myussufz @si3nloong what do you think about this?

@si3nloong si3nloong added the Help wanted Extra attention is needed label Jul 11, 2018
@si3nloong
Copy link
Owner

si3nloong commented Jul 12, 2018

May be we can develop with these packages

https://github.com/urfave/cli
https://github.com/spf13/cobra

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Help wanted Extra attention is needed Type: Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants