0.0.7 • Published 8 years ago

moqit v0.0.7

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Moqit

Moqit is CLI based utility written in node.js that empowers you to create static HTML mockups on SASS, Javascript and JADE template engine.

Features

  • DEV mode on Browsersync
  • SASS transform to CSS and minification
  • JADE to HTML
  • Build static HTML

Version

0.0.1

Prerequirements

You need node.js v0.12 at least installed.

Installation

$ npm install -g moqit

Working on mockup

You can try this on Moqit Boilerplate.

$ git clone https://github.com/rolexak/moqit-boilerplate.git mockup
$ cd mockup
$ moqit dev

Building mockup to HTML

$ moqit build

Todos

  • Separate to micro packages
  • Refactoring
  • Write Tests

License

MIT