0.0.1 • Published 1 year ago

@oamerge/loader-textfile v0.0.1

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
1 year ago

OpenAPI Merge > Loader > Text File

Load text files as string in OA Merge.

View more documentation at OAMerge.com.

Install

npm install @oamerge/loader-textfile

Use with OA Merge

import textfile from '@oamerge/loader-textfile'
export default {
	input: 'api',
	output: 'build',
	loaders: [
		textfile({
			// ...
		})
	]
}

License

This software and all example code are dedicated to the public domain.