colinkiama / spider

Quickly generate a HTML5 site structure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spider

Quickly generate a HTML5 site structure

Building, Testing, and Installation

You'll need the following dependencies to build:

  • meson
  • valac

Run meson build to configure the build environment and run ninja to build:

meson build --prefix=/usr
cd build
ninja

To install, use ninja install, then execute with spider:

sudo ninja install
spider [options?] FOLDER_NAME

The Site structure:

index.html
styles/
  index.css
js/
  index.js

To include the css and js files into your site, please add -c and -j flags to the command respecitvely.

For example, to produce a site with html, js and css already setup, perform the following command:

spider -c -j FOLDER_NAME

About

Quickly generate a HTML5 site structure

License:MIT License


Languages

Language:Vala 86.6%Language:Meson 8.1%Language:HTML 4.4%Language:JavaScript 0.5%Language:CSS 0.3%