archie

package module
v0.5.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 17, 2020 License: MIT Imports: 4 Imported by: 3

README

CircleCI Coverage Status

archie

Simple model-based system architecture tooling

Installation

Install the CLI with:

go get github.com/briggysmalls/archie/cli/archie

Documentation

The full project documentation can be found at:

https://briggysmalls.github.io/archie

Documentation

Overview

Package archie provides a tool for generating diagrams from a system architecture model

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Archie

type Archie interface {
	ContextView(element string) (string, error)
	TagView(element, tag string) (string, error)
	Elements() map[string]string
}

Archie diagram tool

func New

func New(strategy writers.Strategy, yaml string) (Archie, error)

New creates a new Archie instance from the provided YAML model. The provided writer strategy determines how to render a view.

Directories

Path Synopsis
cli
internal
io

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL