0.2.2 • Published 7 years ago

statik.js v0.2.2

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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