Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit 593c2fc

Browse files
committed
chore(project): add readme and todo
1 parent b8fe5fc commit 593c2fc

9 files changed

Lines changed: 25 additions & 17 deletions

File tree

README.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ Material Theme Colors. And just like its inspiration, it also provides options t
4040
- Accent Color
4141
- Accent Scrollbars
4242

43+
----
44+
4345
## Installation
4446

4547
1. Open Developer Tools
@@ -106,6 +108,20 @@ npm run themes
106108
- `/src/devtools.svelte` -> generates the `:root` inside the Devtools panel
107109
- `public/themes.yml` -> Themes Manifest, will generate `themes.json` used by the extension
108110

111+
## Releasing
112+
113+
1. Run `plasmo:zip` to create the zip file
114+
115+
```shell
116+
npm run plasmo:zip
117+
```
118+
119+
2. Bump the version in package.json
120+
121+
3. Upload the `.plasmo/xxx.zip` file to the Chrome Web Store
122+
123+
---
124+
109125
## FAQ
110126

111127
#### I have installed the extension but nothing happened.
@@ -129,12 +145,3 @@ Please make sure you've selected the `DARK` or `LIGHT` theme in the DevTools set
129145
## License
130146

131147
[MIT](https://choosealicense.com/licenses/mit/)
132-
133-
## Badges
134-
135-
Add badges from somewhere like: [shields.io](https://shields.io/)
136-
137-
[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)
138-
[![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://opensource.org/licenses/)
139-
[![AGPL License](https://img.shields.io/badge/license-AGPL-blue.svg)](http://www.gnu.org/licenses/agpl-3.0)
140-

TODO.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
1. Improve README
2+
2. Migrate completely to Plasmo
3+
3. Better organization: what is styleBuilder, what is themes.yml, etc.
4+
4. Better explanation of the structure

dist/dark.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/default.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/light.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "material-dev-tools",
3-
"version": "7.5.0",
3+
"version": "7.6.0",
44
"description": "Material Theme for Devtools",
55
"author": "Elior Boukhobza <heliosaian@gmail.com>",
66
"license": "MIT",
@@ -24,7 +24,7 @@
2424
"watchThemes": "gulp watchThemes",
2525
"app": "gulp app",
2626
"watchStyles": "gulp watchStyles",
27-
"release": "gulp release"
27+
"plasmo:zip": "plasmo build --zip"
2828
},
2929
"devDependencies": {
3030
"@plasmohq/prettier-plugin-sort-imports": "4.0.1",

src/assets/dark.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/assets/default.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/assets/light.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)