0.2.5 • Published 6 years ago

presto-ui-generator v0.2.5

Weekly downloads
-
License
AGPL
Repository
-
Last release
6 years ago

Presto-ui-generator

Presto-ui-generator is a commandline tool which converts the sketch artworks to a DUI project. Currently, tool supports two level of generation:

  • barebones: Generates views and components only.
  • project: Generates complete presto-ui project.

Prerequisite

  • node & npm

Setup

  • npm install

Usage

  • Generate barebones code:

    ./index.js --name testProject --path /path/to/sketch/folder

  • Generate project code:

    ./index.js --name testProject --path /path/to/sketch/folder --project

  • Generate project code and watch sketch file (for successive generation):

    ./index.js --name testProject --path /path/to/sketch/folder --run


Documentation

This project uses JSDoc for documentating modules, functions and important types.

Install

npm install -g jsdoc

Generate

jsdoc -c jsdoc.config -r

Open index.html in the out directory to see the documentation.


Commit Style

Please follow this guide https://chris.beams.io/posts/git-commit/

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago