markeng

0.2.4 • Public • Published

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 *

Dependencies (11)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i markeng

    Weekly Downloads

    3

    Version

    0.2.4

    License

    none

    Last publish

    Collaborators

    • abhihebbar