This README would normally document whatever steps are necessary to get your application up and running.
- Quick summary
- Version
- Learn Markdown
- Summary of set up
- Configuration
- Dependencies
- Database configuration
- How to run tests
- Deployment instructions
- Writing tests
- Code review
- Other guidelines
- Repo owner or admin
- Other community or team contact
- add version command default - get current version -n get next version from current branch (master - next sprintbuild, release/* - next releasebuild)
# go to bin folder
> cd <bin_project_folder>
# add auxoft-flow of submodules
> git submodules add https://..../auxoft-flow
# install af command to root project folder
> cd <root_project_folder>
> ./<auxoft_flow_folder>/bin/af install
# add hooks to ./<auxoft_flow_folder>/bin/hooks folder
# init auxoft
> ./af init
# or init auoxft and setup base app version
> ./af init -v 1.1.1.1 -n beta
#!/bin/bash
### 0 = true
### 1 = false
### for all commands
###
#
# setflag show_commands 0 #default 1
# setflag silent 0 #default 1
-
master: master
-
features: master -> feature/<feature_name> -> master
-
nightbuilds: master -> nightbuild/. -> master
-
sprintbuilds: master -> sprintbuild/ -> master
-
releases: master -> release/.
-
hotfixes: release/. -> hotfix/<hotfix_name> -> release/.
-
release candidate builds: release/. -> rcbuild/... -> release/.
-
patch builds: release/. -> patchbuild/... -> release/.
-
release builds: release/. -> release/.. -> release/.