Skip to content
This repository has been archived by the owner on Oct 5, 2020. It is now read-only.

Commit

Permalink
Merge pull request #46 from winwisely99/master
Browse files Browse the repository at this point in the history
get zefyr (mod-writer) working on web, deskop and mobile #45
  • Loading branch information
winwisely99 authored Feb 25, 2020
2 parents 7933c02 + 80e5a19 commit 4e5c6b7
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 599 deletions.
16 changes: 10 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ FORK_ORG=$(shell basename $(dir $(abspath $(dir $$PWD))))
# remove the "v" prefix
VERSION ?= $(shell echo $(TAGGED_VERSION) | cut -c 2-)

help: ## Display this help
@awk 'BEGIN {FS = ":.*##"; printf "\nUsage:\n make \033[36m<target>\033[0m\n"} /^[a-zA-Z_-]+:.*?##/ { printf " \033[36m%-15s\033[0m %s\n", $$1, $$2 } /^##@/ { printf "\n\033[1m%s\033[0m\n", substr($$0, 5) } ' $(MAKEFILE_LIST)


print:
@echo
@echo FORK_ORG: $(FORK_ORG)
Expand All @@ -20,24 +24,24 @@ print:

#See: https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/syncing-a-fork

## git-upstream-open
git-upstream-open:

git-upstream-open: ## git-upstream-open
open https://github.com/$(UPSTREAM_ORG)/$(REPO_NAME).git


## git-fork-open
git-fork-open:

git-fork-open: ## git-fork-open
open https://github.com/$(FORK_ORG)/$(REPO_NAME).git

git-status:
git status

git-fork-setup:
git-fork-setup: ## git-fork-setup
# Pre: you git forked ( via web) and git cloned (via ssh)
# add upstream repo
git remote add upstream git://github.com/$(UPSTREAM_ORG)/$(REPO_NAME).git

git-fork-catchup:
git-fork-catchup: ## git-fork-catchup
# This fetches the branches and their respective commits from the upstream repository.
git fetch upstream

Expand Down
9 changes: 9 additions & 0 deletions maintemplate/client/DEV.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# dev


Router
https://pub.dev/packages/flutter_modular

Example of a main using routes from 2 sub modules.
https://github.com/irvine5k/ranking_app/blob/master/lib/app/app_module.dart#L15

14 changes: 0 additions & 14 deletions mod-doc/README.md

This file was deleted.

317 changes: 0 additions & 317 deletions mod-doc/client/Makefile

This file was deleted.

2 changes: 0 additions & 2 deletions mod-doc/client/README.md

This file was deleted.

Loading

0 comments on commit 4e5c6b7

Please sign in to comment.