@bracketed/tsup-configuration
Version:
Tsup configurations for various types of projects or packages.
52 lines (36 loc) • 2.07 kB
Markdown
<div align="center" id="top">
<img src="https://raw.githubusercontent.com/Bracketed/Bracketed-Packages/main/assets/LogoText.png" alt="Bracketed logo" width="800"/>
Team Bracketed - <a href="https://bracketed.co.uk" >Website</a> | <a href="https://bracketed.co.uk/discord" >Discord</a> | <a href="https://github.com/Bracketed" >Github</a>
</div>
<br>
<h2 align="center" >@bracketed/tsup-configuration</h2>
Custom configurations for tsup, simplifies the usage and requirement to set up configs every time its used.
Primarily made for backend use, but is also used in various Bracketed or ninjaninja140-related @templates repositories.
<h2>Summary (Directory)</h2>
- [Installation](#Installation)
<!--truncate-->
- [Yarn](#YarnInstall)
- [Npm](#NpmInstall)
- [Contribution](#Contribution)
<h2 id="Installation">Installation</h2>
Install via `yarn` or `npm`:
<p id="YarnInstall">Yarn:</p>
```sh
yarn add @bracketed/tsup-configuration
```
<p id="NpmInstall">Npm:</p>
```sh
npm install --save @bracketed/tsup-configuration
```
<h1 id="Contribution">Contribution & Help</h1>
Feel free to contribute to this project, join our [discord](https://bracketed.co.uk/discord) and help us with future development of Project Bracketed.
Please also notify us of errors within our projects as we may not be aware of them at the time.
<br>
<div align="center" style="font-weight: bold">
<h2>Thanks for using our packages!</h2>
<img src="https://github.com/Bracketed/Branding/blob/main/Banners/LogoBannerTextMini.png?raw=true" alt="Bracketed logo" width="900" style="border-radius: 25px" />
Team Bracketed - <a href="https://bracketed.co.uk" >Website</a> | <a href="https://bracketed.co.uk/discord" >Discord</a> | <a href="https://github.com/Bracketed" >Github</a> | <a href="https://twitter.com/teambracketed" >Twitter</a> | <a href="#top" >Back To The Top</a>
<br>
<br>
<img src="https://discordapp.com/api/guilds/1041758035355369542/widget.png?style=banner2" alt="Discord Banner" href="https://bracketed.co.uk/discord"/>
</div>