https://github.com/jgraichen/lively4-filesystem-dump
https://github.com/jgraichen/lively4-filesystem-dump
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jgraichen/lively4-filesystem-dump
- Owner: jgraichen
- License: mit
- Created: 2016-02-12T21:57:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-02-25T20:36:11.000Z (over 4 years ago)
- Last Synced: 2025-07-31T21:40:06.489Z (11 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lively4-filesystem-dump
Utility to dump offline meta information for lively4 static file system.
## Install
```
$ npm install --global lively4-filesystem-dump
```
## Usage
```
Usage: lively4-filesystem-dump [options]
--help, -h
Displays help information about this script
'lively4-filesystem-dump.js -h' or 'lively4-filesystem-dump.js --help'
--ignore, -i
Patterns to ignore, can be specified multiple times. Default: "node_modules", ".*"
--list, -l
Only list exported file paths
--output, -o
Path to write dump; STDOUT if undefined
--pretty, -p
Output pretty JSON instead of minified
```
## Example
```
$ lively4-filesystem-dump > __meta__.json
```
## License
MIT License (c) Jan Graichen