mirror of
https://github.com/trafficlunar/jellyfin-spicetify.git
synced 2026-06-13 19:07:06 +00:00
feat: initial commit
This commit is contained in:
commit
8c98c2624b
10 changed files with 4153 additions and 0 deletions
20
README.md
Normal file
20
README.md
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Warning
|
||||
|
||||
This project is deprecated and should not be used for bundling spicetify extensions or custom apps. Please use [`esbuild`](https://esbuild.github.io/), [`Bun's bundler`](https://bun.com/docs/bundler), [`Rollup`](https://rollupjs.org/) or [`webpack`](https://webpack.js.org/)/[`rspack`](https://rspack.rs/) with your own config. This project won't be receiving any more updates until further notice.
|
||||
|
||||
# Spicetify Creator
|
||||
|
||||
Spicetify Creator is a tool to compile modern Typescript/Javascript code to Spicetify extensions and custom apps.
|
||||
|
||||
## Features
|
||||
- Typescript and React syntax
|
||||
- Import node packages
|
||||
- CSS/SCSS with PostCSS support
|
||||
- Extremely fast compile time with esbuild.
|
||||
- Plugins
|
||||
|
||||
## Docs
|
||||
Check out [Spicetify's docs](https://spicetify.app/docs/development/spicetify-creator/the-basics)!
|
||||
|
||||
## Made with Spicetify Creator
|
||||
- https://github.com/spicetify/spicetify-creator
|
||||
Loading…
Add table
Add a link
Reference in a new issue