An open API service indexing awesome lists of open source software.

https://github.com/whirlxd/biota

Breakchain for the web - Battery of tools to make your code worse
https://github.com/whirlxd/biota

biomejs extension formatter fun hackathon-project hackclub javascript linter scrapyard toolchain typescript vscode

Last synced: 9 months ago
JSON representation

Breakchain for the web - Battery of tools to make your code worse

Awesome Lists containing this project

README

          

![logo](./biotaalt.png)

$$
bai
·
ow
·
tuh
$$

Breakchain of the web

> Battery of tools for writing code which ensures you cannot be replaced.Ever.

## Features

- FYF - FuckYourFormatting
- Linting - Actually it's the opposite
- Git?Ew - I can't let you use version control bro.
- Occasional color grading changes ( break your syntax highlighting )
- Unloyal? You use extensions apart from BIOTA? We shall break them too!
- Fully compatible with GitHub Copilot—its proactive error recognition treats these "issues" as genuine.

## Requirements

Id suggest disabling all linters and formatters before using this extension. Also, you might want to backup your code before running this extension. Just in case.

Installation (Build)

1. Download [the build](./dist/biota-1.0.0.vsix)
2. Open VSCode and press `Ctrl+Shift+P`
3. Type `Extensions: Install from VSIX...`
4. Select the downloaded file and install it.

Installation (locally)

```bash
git clone https://github.com/whirlxd/Biota.git
```
```bash
cd Biota
```
```bash
npm install
```

Then press `F5` to start debugging and open the extension in a new window.

## Usage
> **Note:** Sample code is provided in the `sample` folder.

1. Open a new file and write some code.
2. Save the file or run "Biota: Format" from the command palette.
3. Watch the magic happen!

#### Attributions & Credits
- Logo Font - [Tilt Wrap](https://fonts.google.com/specimen/Tilt+Warp)
- Logo Icon - [Phosphor Icons](https://phosphoricons.com/)
- Biota & Breakchain are just wordplays on [Biome](https://biomejs.dev/) & Toolchain
- Inspired by [codeROT@Scrapyard](https://github.com/noxindeed/codeROT)
- Made for [Scrapyard Global](https://scrapyard.hackclub.com/)
- Made in under 12 hours with help from almost every AI possible (none worked well)
- Made in 6H30M - [hackatime here](./hackatimeproof.png)

> **Note:** This was made for a hackathon and by a single person. I will not be accepting any PRs or issues on this repo nor will I be maintaining it.

## License
Code open sourced under the [GNU General Public License v3.0](LICENSE)
Feel free to rip out the contents of data folder since thats all AI generated and not remotely useful.

#### Made with ❤️ by [whirlxd](https://whirlxd.dev) for [Scrapyard By Hack Club](https://scrapyard.hackclub.com/)