chalice new-project extra location parameter
- Dominant language
- Python
- Stars
- 11.1k
- Forks
- 1k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 2
Description
Hello,
I run chalice inside virtual env and find that every time I start a new project I need to manually move files from the project folder created to the root project folder.
It would be great if we could specify and extra option/param to specify the project location, for example:
`chalice new-project test .`
`chalice new-project --location . test`
Personally prefer the first option.
Thanks,
Contributor guide
Research direction
Start by reading the implementation of the `chalice new-project` command and running the current command in a virtual environment to understand its project-folder behavior. Done means accepting a location such as `chalice new-project test .` or `chalice new-project --location . test` and creating the generated project files at that location.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100