GitXplorerGitXplorer
c

sugarfreeify-core

public
0 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
06e8e7511367e0d88ed1049f78f7924bd4546572

Coverage

ccalebeby committed 7 years ago
Unverified
e9f0b5892bf1ea4de83c47210d3aabc845dd0df7

1.0.0

ccalebeby committed 7 years ago
Unverified
d379e3f79b41798b2e4cdb54b91d3848f2675b68

Bump to 0.0.3

ccalebeby committed 7 years ago
Unverified
dfcea115a29cbeee0921c2b38220e692f6273dfb

Label test

ccalebeby committed 7 years ago
Unverified
9c4603aef66841be0b3268864a20ad074695b254

Add README

ccalebeby committed 7 years ago
Unverified
3b8758178e060863e767790f1aa381516d8b0425

Fix rmfr in tests

ccalebeby committed 7 years ago

README

The README file for this repository.

Build Status codecov Greenkeeper badge

Sugarfreeify-core

API for sugarfreeify

Usage

const sugarfreeify = require('sugarfreeify-core')

sugarfreeify({
  inputExt: 'sml',
  outputExt: 'html',
  transform: text =>
    reshape(reshapeConfig).process(text).then(res => res.output())
}).promise.then(console.log('done'))