Socket
Socket
Sign inDemoInstall

gettheshitdone

Package Overview
Dependencies
121
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    gettheshitdone

A simple website creating tool, package, framework whatever.


Version published
Weekly downloads
2
increased by100%
Maintainers
1
Install size
20.0 MB
Created
Weekly downloads
 

Readme

Source

gettheshitdone

A simple website creating tool, package, framework whatever.

gettheshitdone is a very simple tool that helps you to tick off landing pages, small websites and all this kind of crap. It has a big brother, called middleman (ruby world) but because we all love Node.js I hacked it together.

Installation

(sudo) npm install -g gettheshitdone

How does it work?

It is very simple. You just have to type:

$ gettheshitdone websitename
$ cd websitename
$ npm install

and it will auto generate the following structure:

 - /websitename     [dir]
 |- /source         [dir]
 |-- /css           [dir]
 |-- /img           [dir]
 |-- /includes      [dir]
 |-- /js            [dir]
 |-- /stylus        [dir]
 |-- about.jade     [file]
 |-- index.jade     [file]
 |- gtsd.server.js  [file]
 \- package.json    [file]

you can start hacking right away because it has generated a sample website. The routing is build through parsing the jade files inside the source directory. If you want to include templates / mixins inside a jade file, put it into includes. A stylus middleware is integrated thus you can just write nice stylus css (just check the stylus folder).

Usually you should never care about anything else than the source directory and the jade, stylus and image files!

FAQs

Last updated on 30 Nov 2013

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc