@oamerge/loader-textfile
v0.0.1
Published
Load text files as strings in OA Merge.
Downloads
3
Maintainers
Readme
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.