1.0.0-beta.4 • Published 2 years ago

create-seasann-app v1.0.0-beta.4

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
2 years ago

NOTE

Seassan is under reconstruction, and will be unusable for the time being. Please sand by!

Introduction

Seasann is a minimalist static site generator that is designed to be as un-opinionated and minimal as possible.

Seasann is built with TypeScript.

Prerequisites

create-seassan-app requires:

Create a new project 💾

Generate a new project using npx. Npx comes bundled with npm version 5.2+. It's also a package for older version.

npx create-seasann-app

Yarn

yarn create create-seasann-app

Pnpm

pnpm create create-seasann-app

To generate with typescript:

npx create-seasann-app --ts

For a full list of commands:

npx create-seasann-app --help

License

Apache 2.0