node-riner 1.1.1 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. package/README.md +10 -0
  2. package/package.json +1 -1
  3. package/t.rd +0 -0
  4. package/t.ts +0 -0
package/README.md ADDED
@@ -0,0 +1,10 @@
1
+ # Ride Framework
2
+
3
+ XMLファイルをベースに動的なHTMLページを生成し、Expressサーバーとして配信する軽量なSSR(Server-Side Rendering)ユーティリティです。
4
+
5
+ ## 📦 インストール
6
+
7
+ プロジェクトのルートディレクトリで以下のコマンドを実行してください。
8
+
9
+ ```bash
10
+ npm i node-riner@latest
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-riner",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "main": "index.ts",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",
package/t.rd ADDED
File without changes
package/t.ts ADDED
File without changes