Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.1 KB

README.md

File metadata and controls

33 lines (19 loc) · 1.1 KB

statik.js

Build Status Coverage Status NPM Downloads license

Deploy your static websites to the cloud using a single command from the terminal.

No accounts, no setup, no signup required; one command and your project is up online.

Quick preview

Terminal

Installation

npm install -g statik.js

Usage

cd inside your project and run this command:

statik

The utility generates a random subdomain for your project and moves all your static files (HTML, CSS, Javascript and images) from the current directory to the CDN.

Your project will then be available at an address similar to this one: http://xxx.statik.run

Licence

MIT