0.0.12 • Published 2 years ago

@lenkan/sitegen v0.0.12

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Static site generator

This is a simple static site generator using esbuild and react.

Installation

npm i @lenkan/sitegen

Usage

Create an entrypoint app.tsx

import { render } from "@lenkan/sitegen";

export default render({
  "/": {
    component: function App() {
      return <div>Hello world</div>;
    },
  },
});

Build the output

npx sitegen app.tsx dist
0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago