aboutsummaryrefslogtreecommitdiff
path: root/bdep/new.hxx
AgeCommit message (Collapse)AuthorFilesLines
2019-08-13Add support for default options filesKaren Arutyunov1-0/+7
2019-08-12Add support for creating new projects with existing filesBoris Kolpackov1-1/+1
We also recognize and handle the following existing entries in the project root: .git -- assume VCS is already initialized and is Git LICENSE -- try to guess the license from contents README.md -- try to extract the summary line from contents Overall, the idea is to streamline the workflow where one creates a project on one of the hosting services (GitHub, GitLab) and then initializes it with bdep-new. Also, to this effect, specifying the project name is now optional and if omitted the current working directory (or --output-dir, if specified) is assumed to be the project name. Here is an example of this workflow: $ # create project with LICENSE and README.md on Git hosting service $ git clone .../libhello.git $ cd libhello $ bdep new -t lib
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2018-05-10Support passing additional arguments to pkg-build in sync, init, newBoris Kolpackov1-1/+1
2018-03-13Setup command line infrastructure for new commandBoris Kolpackov1-0/+19