aboutsummaryrefslogtreecommitdiff
path: root/bdep/new-types.hxx
AgeCommit message (Collapse)AuthorFilesLines
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-08-12Add support for creating new projects with existing filesBoris Kolpackov1-0/+3
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-05-16Make bdep-new add README.md templateKaren Arutyunov1-6/+12
Can suppressed with the new no-readme --type suboption.
2019-03-23Add --post-hook option to bdep-newKaren Arutyunov1-8/+42
2019-03-18Merge bdep-new parameter-specific optionsKaren Arutyunov1-29/+18
2019-03-15Add support for c++ source file extensions granular customizationKaren Arutyunov1-1/+10
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2018-05-15Implement support for empty project typeBoris Kolpackov1-9/+13
2018-03-25Document new command, use --vcs|-s instead of --no-gitBoris Kolpackov1-2/+28
2018-03-24Implement --config-create|-C in init and newBoris Kolpackov1-2/+2
2018-03-14Initial implementation of new commandBoris Kolpackov1-2/+19
2018-03-13Setup command line infrastructure for new commandBoris Kolpackov1-0/+70