1.2.13 • Published 5 years ago

swint-builder-html v1.2.13

Weekly downloads
79
License
MIT
Repository
github
Last release
5 years ago

swint-builder-html

Greenkeeper badge HTML builder for Swint

Warning: This is not the final draft yet, so do not use this until its official version is launched

Installation

$ npm install --save swint-builder-html

Options

  • inDir : String, default: path.dirname(require.main.filename)
  • outDir : String, default: path.join(path.dirname(require.main.filename), '../out')
  • minify : Boolean, default: true
  • variables : Object, default: {}
  • walkOption : Object, default: { ext: 'html' }

Usage

buildHTML({
	inDir: path.join(__dirname, 'elements', 'target'),
	outDir: path.join(__dirname, 'out'),
	variables: {}
}, function() {
	// Build complete
});
1.2.13

5 years ago

1.2.12

6 years ago

1.2.11

7 years ago

1.2.10

7 years ago

1.2.9

7 years ago

1.2.8

7 years ago

1.2.7

7 years ago

1.2.6

7 years ago

1.2.5

7 years ago

1.2.4

7 years ago

1.2.3

8 years ago

1.2.2

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago

0.1.1

9 years ago

0.1.0

9 years ago