The template for a Telestion Client project
npm install @wuespace/telestion-client-templatenpm: @wuespace/telestion-client-template







The template used by the Telestion Client CLI for generating _Project-Specific Client_ (PSC) projects.
You usually do not need this package as a direct dependency.
If you want to start a new project with this template,
please use the Telestion Client CLI.
````
.
├── template (template directory. Structure gets taken over to generated PSC projects)
│ ├── package.json.ejs (uses dependencies from package's package.json)
│ └── [...]
├── CHANGELOG.md (DO NOT TOUCH! auto-generated changelog for the package)
├── LICENSE
├── package.json
├── README.md (you're here :P)
└── [...] (configuration files, etc.)
If you want to contribute to this package, please take a look at the Telestion Client monorepo that manages this package, among other Telestion Client packages.
Thank you to all contributors of this repository:

Made with contributors-img.
This is part of Telestion, a project by WüSpace e.V..