Skip to content

Commit

Permalink
feat(template):solid, update version
Browse files Browse the repository at this point in the history
  • Loading branch information
guocaoyi committed Jul 2, 2022
1 parent 78e54c8 commit 78bf333
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 9 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
# Create Chrome Ext (.crx)
# Create Chrome Extension (.crx)

[![OSCS Status](https://www.oscs1024.com/platform/badge/guocaoyi/create-chrome-ext.svg?size=small)](https://www.oscs1024.com/project/guocaoyi/create-chrome-ext?ref=badge_small)
[![npm](https://img.shields.io/npm/v/create-chrome-ext?logo=npm)](https://www.npmjs.com/package/create-chrome-ext)
[![npm-download](https://img.shields.io/npm/dw/create-chrome-ext)](https://www.npmjs.com/package/create-chrome-ext)
![GitHub Language Count](https://img.shields.io/github/languages/count/guocaoyi/create-chrome-ext)
[![npm publish](https://github.com/guocaoyi/create-chrome-ext/actions/workflows/npm-publish.yml/badge.svg)](https://github.com/guocaoyi/create-chrome-ext/actions/workflows/npm-publish.yml)
![Twitter URL](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Ftwitter.com%2Fwithout_horn)

> Next generation chrome extension generater
- ⚡️ Lightning Fast HMR(use vite2)
- 📦 Optimized Builds
- 🗂 Multiple Framework Support
- 📦 Optimized Builds
- 📚 Documentation

## Installing
Expand Down Expand Up @@ -66,7 +64,7 @@ run:

## Supported Templates

template presets include:
framework presets include:

- [React](https://reactjs.org/)
- [Vue](https://vuejs.org/)
Expand All @@ -83,6 +81,7 @@ languages presets include:

## Preview

![npm-create-cli](./docs/npm-create-cli.png)
![npm-build](./docs/npm-build.png)
![crx-run](./docs/crx-run.png)
![crx-install](./docs/crx-install.png)
![crx-build](./docs/crx-build.png)
![crx-preview](./docs/crx-preview.png)
Binary file added docs/crx-build.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/crx-install.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/crx-run.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/npm-build.png
Binary file not shown.
Binary file removed docs/npm-create-cli.png
Binary file not shown.
25 changes: 24 additions & 1 deletion npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-chrome-ext",
"version": "0.2.0",
"version": "0.3.0",
"type": "module",
"description": "Scaffolding Your First Chrome Extension",
"author": "yalda",
Expand Down

0 comments on commit 78bf333

Please sign in to comment.