mirror of
https://github.com/scarf-sh/tie.git
synced 2024-11-27 00:15:38 +03:00
14 lines
275 B
Markdown
14 lines
275 B
Markdown
# TIE
|
|
|
|
## Development very much in progress. Public release coming soon!
|
|
|
|
## Quick Start
|
|
|
|
Replace the input in brackets with what suits your project.
|
|
``` shell
|
|
tie --output <tie> \
|
|
--module-name <Tie.Namespace1.Namespace2> \
|
|
--package-name <tie> \
|
|
<tie-spec.yaml>
|
|
```
|