Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/joshgillies/zion
- Owner: joshgillies
- License: mit
- Created: 2015-02-10T00:40:37.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-29T12:41:38.000Z (about 9 years ago)
- Last Synced: 2024-10-19T00:15:19.920Z (27 days ago)
- Language: JavaScript
- Homepage:
- Size: 313 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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