MOVED TO Spicetify Creator
STILL NEED TO BE TESTED | NOT READY YET
A template for making Spicetify Custom Apps.
- Typescript/Javascript support
- React syntax
- Node modules
- CSS/SCSS global and modules (PostCSS)
- Improved Custom App's structure
- Under 1 second compile time with esbuild
- Save & reload (Save and the changes will appear in Spotify)
- All your code should be inside the
srcfolder. - The default component exported from
src/app.tsxwill be displayed as your Custom App. - Each file in the
src/extensionsfolder is an extension of its own. - the Custom App's folder name is the name in
package.json - the Custom App's name in Spotify is the name in
manifest.json
- Generate a repo from this repo
- Clone your new repo to your computer
- Change the name in
package.json: - Open a terminal and enter this:
yarn
yarn run addApp
- To build and watch the Custom App enter this in separate terminals:
yarn run build --watch
spicetify apply
spicetify watch -la
The template includes:
- 2 SCSS files (1 module and 1 global).
- A counter for the Custom App.
- An extension that says "Welcome!" whenever Spotify starts.
- Windows
- MacOS
- Linux