From 36885d03e48b72ce6ca705d1a4a07d1d79b4ff22 Mon Sep 17 00:00:00 2001
From: Tachibana Shin <118260404+tachib-shin@users.noreply.github.com>
Date: Sun, 8 Jan 2023 01:51:31 +0000
Subject: [PATCH] feat
---
.github/workflows/test.yml | 24 ++++++++++++++++++++++++
README.md | 8 ++++++++
package.json | 20 ++++++++++++++++++--
public/.nojekyll | 0
4 files changed, 50 insertions(+), 2 deletions(-)
create mode 100644 .github/workflows/test.yml
create mode 100644 public/.nojekyll
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
new file mode 100644
index 0000000..583564b
--- /dev/null
+++ b/.github/workflows/test.yml
@@ -0,0 +1,24 @@
+name: Test
+on: [push]
+jobs:
+ test:
+ runs-on: ubuntu-latest
+ steps:
+ - name: Checkout 🛎️
+ uses: actions/checkout@v2.3.1
+
+ - name: Install Node.js
+ uses: actions/setup-node@v3
+ with:
+ node-version: 18
+
+ - uses: pnpm/action-setup@v2.0.1
+ name: Install pnpm
+ id: pnpm-install
+ with:
+ version: 7
+ run_install: false
+ - name: Test
+ run: |
+ pnpm i
+ pnpm test
\ No newline at end of file
diff --git a/README.md b/README.md
index ebede3d..0fb5f42 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,12 @@
# embed-fbcmt (Embed Facebook Comment Plugin)
+
+[![GitHub license](https://img.shields.io/github/license/anime-vsub/embed-fbcmt)](https://github.com/anime-vsub/embed-fbcmt/blob/main/LICENSE)
+
+[![Test](https://github.com/anime-vsub/embed-fbcmt/actions/workflows/test.yml/badge.svg)](https://github.com/anime-vsub/embed-fbcmt/actions/workflows/test.yml)
+[![CodeQL](https://github.com/anime-vsub/embed-fbcmt/actions/workflows/codeql.yml/badge.svg)](https://github.com/anime-vsub/embed-fbcmt/actions/workflows/codeql.yml) [![ESLint](https://github.com/anime-vsub/embed-fbcmt/actions/workflows/eslint.yml/badge.svg)](https://github.com/anime-vsub/embed-fbcmt/actions/workflows/eslint.yml) [![Prettier](https://github.com/anime-vsub/embed-fbcmt/actions/workflows/prettier.yml/badge.svg)](https://github.com/anime-vsub/embed-fbcmt/actions/workflows/prettier.yml)
+[![TypeScript Checker Declaration](https://github.com/anime-vsub/embed-fbcmt/actions/workflows/typing.yml/badge.svg)](https://github.com/anime-vsub/embed-fbcmt/actions/workflows/typing.yml)
+[![Try build](https://github.com/anime-vsub/embed-fbcmt/actions/workflows/try-build.yml/badge.svg)](https://github.com/anime-vsub/embed-fbcmt/actions/workflows/try-build.yml)
+
This is a plugin allow embed [Facebook Comment Plugin](https://developers.facebook.com/docs/plugins/comments/) to website SPA
## Usage
diff --git a/package.json b/package.json
index afbb54f..45049cd 100644
--- a/package.json
+++ b/package.json
@@ -61,5 +61,21 @@
"vite-plugin-windicss": "^1.8.10",
"vue-tsc": "^1.0.11",
"windicss": "^3.5.6"
- }
-}
+ },
+ "author": "Tachibana Shin ",
+ "license": "MIT",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/anime-vsub/embed-fbcmt"
+ },
+ "homepage": "https://github.com/anime-vsub/embed-fbcmt",
+ "keywords": [
+ "spa",
+ "vue",
+ "embed",
+ "facebook",
+ "comment",
+ "facebook comment plugin",
+ "embed-fbcmt"
+ ]
+}
\ No newline at end of file
diff --git a/public/.nojekyll b/public/.nojekyll
new file mode 100644
index 0000000..e69de29