2.0.14 • Published 11 months ago

bd-scss v2.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

bd-scss

Simple package to create themes for BetterDiscord using SCSS.

Usage

Install the package with:

npm install bd-scss
# or
yarn add bd-scss
# or
pnpm add bd-scss

Then create a bd-scss.config.js file in the root of your project folder with the following:

/** @type {import('bd-scss/lib/config').Config} */
export default {
	meta: {
		name: 'Cooltheme',
		author: 'Gibbu',
		version: '1.0.0',
		description: 'My cool theme',
		source: 'https://github.com/Gibbu/Cooltheme',
	},
};

And then use the bd-scss command followed by the script you wish to use.

bd-scss dev # will build to your BetterDiscord themes folder or if you've provided a path in the dev option.

bd-scss build # will build the necessary files to distribute your theme.

NOTE: Make sure you have "type": "module" set in your package.json.

Compiler API

PropertyTypeRequiredDescription
metaObjecttrueThe BetterDiscord theme/plugin META. View all avaiable meta HERE
devObjectfalseThe target and output path of the dev file.
distObjectfalseThe target and output path of the dist file.
baseObjectfalseThe target and output path of the base file.
fileNamestringfalseThe name of the file to be compiled. This will default to your meta.name if this option is not provided.
addons(string, string)[]falseAny addons that should be compiled separately from your theme files.
baseImportstringfalseThe @import url used in the .theme.css file.

All dev, dist, and base objects contain a target and output properties, and are relative to the project directory.
Execpt of the dev.output, that is an absolute path allowing you to change the location of the BetterDiscord themes folder.

Example: C:\Users\Gibbu\AppData\Roaming\BetterDiscord\themes

Examples

License

See the LICENSE file for license rights and limitations (MIT).

2.0.14

11 months ago

2.0.13

11 months ago

2.0.12

1 year ago

2.0.11

2 years ago

2.0.10

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.5

2 years ago

2.0.4

2 years ago

2.0.7

2 years ago

2.0.6

2 years ago

2.0.9

2 years ago

2.0.8

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago