0.6.3 • Published 3 years ago

@synor/source-file v0.6.3

Weekly downloads
10
License
MIT
Repository
github
Last release
3 years ago

Synor Source Version Coverage License

Synor Source File

Synor Source Engine - File

Installation

# using yarn:
yarn add @synor/source-file

# using npm:
npm install --save @synor/source-file

URI

Format: file://[.]/path[?param=value&...]

Params:

NameDescriptionDefault Value
ignore_invalid_filenameFlag for ignoring invalid_filename errorstrue

Examples:

  • file:///path/to/directory (Absolute path)
  • file://./path/to/directory (Relative path)
  • file:///path/to/directory?ignore_invalid_filename=false (Throws invalid_filename error)

License

Licensed under the MIT License. Check the LICENSE file for details.

0.6.3

3 years ago

0.6.2

3 years ago

0.6.1

4 years ago

0.6.0

4 years ago

0.5.0

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago