An open API service indexing awesome lists of open source software.

https://github.com/cloudfy/staticwebcompiler

Static Web Compiler is a CLI tool which makes it easy to compile HTML, Markdown (MDX) and SCSS into a static website.
https://github.com/cloudfy/staticwebcompiler

Last synced: about 1 year ago
JSON representation

Static Web Compiler is a CLI tool which makes it easy to compile HTML, Markdown (MDX) and SCSS into a static website.

Awesome Lists containing this project

README

          

# Static Web Compiler
Static Web Compiler is a CLI tool which makes it easy to compile HTML, Markdown (MDX) and SCSS into a static website.

```bash
swccli (command) (parameters)

Commands Parameter
- build Builds the website.
--src Sets the source directory.
--output Sets the output directory.

- run Runs a local webserver and monitors for changes.
--src Sets the source directory.
--output Sets the output directory.

- init (planned)
```