0.2.4 • Published 10 years ago

markeng v0.2.4

Weekly downloads
70
License
-
Repository
github
Last release
10 years ago

Markup Engineering

A tool to engineer forntend. Split the content to pages, components sub components. Then merge it together.

Installation

You can install markeng using npm

npm install -g markeng

Usage

Markeng works with a specific directory structure. Create the following directory structure to start with.

  • css*
    • global.css
    • resert.css
  • js*
    • some_global_lib.js
  • images
    • some_image.jpg
  • fonts
    • some_font.ttf
  • comp *
    • component1
      • index.html *
      • css
        • component1.css
      • js
        • component1.js
  • pages *
    • page1
      • index.html *
      • css
        • page1.css
      • js
        • page1.js
  • markeng.json *
0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago