Skip to content

architecture-topography/c4-presenter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

394 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI

C4 Presenter

The C4 Presenter will ... (TODO).

Running locally

To run locally with node-ts (basically compiling typescript on the fly).

  1. Install all the dependecies with yarn install.
  2. Run yarn start.

Testing

  1. Install all the dependencies with yarn install.
  2. Run unit tests with yarn test.

Building and packaging

To build the TypeScript into javascript that you can run with node. Follow the following steps.

  1. Install all the dependencies with yarn install.
  2. Build with yarn build. All the compiled javascript will be in the lib directory.

To package into binaries. Run yarn package and the packaged binaries will be in the packaged directory.

Usage

TODO

About

🖼

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors