Socket
Book a DemoInstallSign in
Socket

docubook

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docubook

## Feature

0.0.5
latest
npmnpm
Version published
Weekly downloads
3
Maintainers
1
Weekly downloads
 
Created
Source

aka.js - Quickly generate static sites

Feature

#EC63AA ...

Ⅰ.Development and debug

开发中调试命令

# complile project (run tsc -w)
pnpm dev

# then debug aka-cli (not necessary)
aka dev docs 

打包 aka.js

pnpm build

ESLint

# check code
pnpm lint
# check code and fix
pnpm lint:fix

测试

# 单元测试
pnpm test:unit
# or watch it 
pnpm test:watch
# or with vitest UI
pnpm test:ui

# e2e
# 1.prepare env
pnpm prepare:e2e
# 2.then test it
pnpm test:e2e

Ⅱ.如何使用 aka.js

Regist all commands here: src/node/cli.ts

在docs目录下编辑你的项目,并开启调试(支持hmr):

aka dev docs 
# then visit http://127.0.0.1:5173/

打包你的成果

# build ssr
aka build docs

# then start serve to preview
cd docs/build && serve . 
# or "pnpm preview"

License

aka.js is open source software licensed as GPL.

FAQs

Package last updated on 02 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.