Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joshgillies/zion

An import utility for Squiz Matrix.
https://github.com/joshgillies/zion

Last synced: 5 days ago
JSON representation

An import utility for Squiz Matrix.

Awesome Lists containing this project

README

        

# Zion

An import/export utility for Squiz Matrix.

[![Build Status](https://travis-ci.org/joshgillies/zion.svg)](https://travis-ci.org/joshgillies/zi)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard)

## API (WIP)

### Zion(writer)

The `zion` constructor takes a single argument `writer`.
Where `writer` is a mechanism for producing input compatible with Squiz Matrix.
If it is not set, [node-matrix-importer] will be used as the default.

The original `writer` object is exposed via `zion.writer` for later use.

[node-matrix-importer]: https://github.com/joshgillies/node-matrix-importer

#### zion.createBundle(type, opts, scope)

### Asset(type, opts, scope)

#### asset.addPath(opts)

#### asset.createAsset(type, opts, scope)

#### asset.createLink(opts)

#### asset.setAttribute(opts)

#### asset.setPermission(opts)

## License

MIT