0.0.2 • Published 4 years ago

ccup v0.0.2

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
4 years ago

CCUP : A developer cli kits for C/C++ development.

usage

ccup -h
ccup new <project name>
ccup home

TODO

TODO, Phase I

  • : install ccup
  • : config ccup : could config for fetching project and docker
  • : project template : project template format
  • : new project : fetch project template and replace variables.
  • : start project : fetch docker image, start container and map project to container.
  • : in project : build & test & run

TODO, Phase II

  • : multi project : new default project or specified a project type.
  • : project standard process : in docker command: build & test ...

TODO, Phase III

  • : Code Server
  • : GDB Server

command

ccup home
ccup project
ccup setup
ccup new
ccup create
ccup config
ccup update
ccup env
ccup build
ccup test
ccup init
ccup install
ccup search
ccup list
ccup tag
ccup sync
ccup deploy
ccup publish
ccup import
ccup export
ccup run
ccup exec
ccup remote
ccup git
ccup docker