1.0.0 • Published 3 years ago

@corioders/cli v1.0.0

Weekly downloads
-
License
CC0 1.0 Universal
Repository
github
Last release
3 years ago

Abstract:

America wasn't build in one day, and so should be every project, slowly in small parts. corioders should be build with this in mind

Concepts:

component:

description: the smallest unit of "customization".
components are of types (this list can be extended in the future):

  • remote-git-platform
  • application-template

meta project:

description: this is a thing that stores all metadata for all projects
issue: where to store this meta project thing...

project:

description: this is a thing that stores all files and folders related to one logical project that is part of meta project
usually this would be a folder on a disk

Commands:

Project management:

create:

description: creates new meta project, like creating new project on google cloud order of execution:

  • name of the meta project
  • create folder with this meta project configuration at ~/.corioders/projects/$(meta project name)
  • ask component-remote-git-platform to create repo with name $(meta project name)

add:

description: add specific project to meta project created by create. This project can be for example: backend
backend-microservice
frontend
not sure about that one: frontend-route (really really small stuff)

clone:

description: when project is present in meta project configuration repo and we want to edit it directly this command downloads the remote repo

??? tree:

description: prints layout of the project meta project

Components management:

components tap:

description: taps into new components registry

components untap:

description: untaps from components registry

OLD:

Concepts:

component:

description: the smallest unit of "customization".
components are of types (this list can be extended in the future):

  • remote-git-platform
  • application-template

remote-git-platform:

description: this component will determine what source control remote solution will be used (eg. github, gitlab, bitbucket etc.).
user can select only one of them.

features required:

  • if requested, translate issue_template and pull_request_template from standard form into platform-specific format.
  • provide function NewRemoteSourceControl(name string, path string) which will create new repo in specified path

application-template:

description: this component will create

Commands:

corioders create:

description: creates new project execution order:

  • update components registry (git pull in components-meta repo)
  • project name
1.0.0

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago