8000 GitHub - keyreelio/auxoft-flow
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

keyreelio/auxoft-flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This README would normally document whatever steps are necessary to get your application up and running.

What is this repository for?

How do I get set up?

  • Summary of set up
  • Configuration
  • Dependencies
  • Database configuration
  • How to run tests
  • Deployment instructions

Contribution guidelines

  • Writing tests
  • Code review
  • Other guidelines

Who do I talk to?

  • Repo owner or admin
  • Other community or team contact

TODO

  • add version command default - get current version -n get next version from current branch (master - next sprintbuild, release/* - next releasebuild)

Setup configure

# 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

.afconf

#!/bin/bash


### 0 = true
### 1 = false

### for all commands
###
#
# setflag show_commands 0     #default 1
# setflag silent 0            #default 1


Branches names

  • 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/.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0