swampnutz
v0.1.4
Published
Create a static site with markdown super fast
Downloads
3
Readme
Swampnutz
Generate and deploy a single static page from a markdown file. Partially inspired by this tweet.
Why is it named Swampnutz? Great question!
Prerequisites
- Node 10+
surge
installed globally- install with
npm install -g surge
- Before starting, login with
surge login
- install with
Running
Method 1 - use npx
Run npx swampnutz my_markdown_file.md
Method 2 - Install globally
Install globally with npm install -g swampnutz
.
Now you can use swampnutz markdown_file.md
. Have fun!
Purpose
To quickly publish a markdown page on the live internet with as little to no friction as possible.