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.
- Host: GitHub
- URL: https://github.com/cloudfy/staticwebcompiler
- Owner: cloudfy
- License: mit
- Created: 2024-11-25T12:14:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-27T07:56:17.000Z (over 1 year ago)
- Last Synced: 2025-02-01T10:44:59.807Z (over 1 year ago)
- Language: C#
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
```