Comparing version 0.0.3 to 0.1.0
{ | ||
"name": "honox", | ||
"version": "0.0.3", | ||
"version": "0.1.0", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -15,2 +15,18 @@ # HonoX | ||
## Installing | ||
You can install the `honox` package from the npm. | ||
```txt | ||
npm install hono honox | ||
``` | ||
## Starter template | ||
If you are starting a new HonoX project, use the `hono-create` command. Run the following and choose `x-basic`. | ||
```txt | ||
npm create hono@latest | ||
``` | ||
## Get Started - Basic | ||
@@ -523,3 +539,3 @@ | ||
import remarkMdxFrontmatter from 'remark-mdx-frontmatter' | ||
import { defineConfig } from '../../node_modules/vite' | ||
import { defineConfig } from 'vite' | ||
@@ -650,3 +666,2 @@ const entry = './app/server.ts' | ||
- [/example](./examples/) | ||
- https://github.com/yusukebe/honox-examples | ||
@@ -653,0 +668,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
58331
678