0.0.5 • Published 9 years ago

marko-semantic-ui-taglibs v0.0.5

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

marko-semantic-ui-taglibs NPM version Build Status Dependency Status

Marko taglibs for Semantic UI

TODO

  • Trim down number of tags by using clever logic and conditional magic!
  • Add Feed tags

Install

$ npm install --save marko-semantic-ui-taglibs

Usage

Have your taglib reference a package.json such as the one in your root project folder.

    "taglib-imports": [
      "../package.json"
    ]

In your package.json, ensure marko-semantic-ui-taglibs is listed in dependencies

{
    "dependencies": {
        "marko-semantic-ui-taglibs": "^0.0.1",
    }
}

The taglibs finder will then look up in each module in node_modules to see if it has a marko-taglib.json in the root and import it if found.

Development

Use Jade to develop templates. Then run gulp jade:marko to generate marko templates!

When you are happy with your changes, create index files for components by running:

node indexes.js

Or via npm:

npm run index

License

MIT © Kristian Mandrup