All Projects → antfu → fsxx

antfu / fsxx

Licence: MIT license
File system in zx style

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to fsxx

Unifile
Unified access to cloud storage services through a simple web API.
Stars: ✭ 105 (-56.79%)
Mutual labels:  fs
Draxt
draxt.js – NodeList/jQuery-like package for File System (node.js)
Stars: ✭ 192 (-20.99%)
Mutual labels:  fs
channels
ZX Spectrum browser for forums and imageboards
Stars: ✭ 52 (-78.6%)
Mutual labels:  zx
Node Klaw Sync
Node.js recursive synchronous fast file system walker
Stars: ✭ 112 (-53.91%)
Mutual labels:  fs
Nohost
A web server in your web browser
Stars: ✭ 164 (-32.51%)
Mutual labels:  fs
matched
Glob matching with support for multiple patterns and negation. Use `~` in cwd to find files in user home, or `@` for global npm modules.
Stars: ✭ 25 (-89.71%)
Mutual labels:  fs
Go Storage
An application-oriented unified storage layer for Golang.
Stars: ✭ 87 (-64.2%)
Mutual labels:  fs
write-yaml
Basic node.js utility for converting JSON to YAML and writing formatting YAML files to disk.
Stars: ✭ 38 (-84.36%)
Mutual labels:  fs
Riscv Fs
F# RISC-V Instruction Set formal specification
Stars: ✭ 173 (-28.81%)
Mutual labels:  fs
testwhat
Write Submission Correctness Tests for R exercises
Stars: ✭ 32 (-86.83%)
Mutual labels:  fs
Flint
Fast and configurable filesystem (file and directory names) linter
Stars: ✭ 115 (-52.67%)
Mutual labels:  fs
Write Files Atomic
Write many files atomically
Stars: ✭ 126 (-48.15%)
Mutual labels:  fs
i18next-fs-backend
i18next-fs-backend is a backend layer for i18next using in Node.js and for Deno to load translations from the filesystem.
Stars: ✭ 67 (-72.43%)
Mutual labels:  fs
Electron Storage
Simply save/load json files to/from file system in electron applications
Stars: ✭ 109 (-55.14%)
Mutual labels:  fs
setup
New Computer, Who Dis? – Setup new development box with a single script
Stars: ✭ 23 (-90.53%)
Mutual labels:  zx
S3fs
S3 FileSystem (fs.FS) implementation
Stars: ✭ 93 (-61.73%)
Mutual labels:  fs
Steno
Specialized fast async file writer
Stars: ✭ 236 (-2.88%)
Mutual labels:  fs
fs-fuse
Export any Node.js `fs`-like object as a FUSE filesystem
Stars: ✭ 32 (-86.83%)
Mutual labels:  fs
TommyGun
A retro development IDE for the creation of games on 8-bit computers.
Stars: ✭ 37 (-84.77%)
Mutual labels:  zx
dropbox-fs
📦 Node FS wrapper for Dropbox
Stars: ✭ 35 (-85.6%)
Mutual labels:  fs

fsxx

NPM version

File system in zx style.

import { cd, io, read } from 'fsxx'

console.log(await read`README.md`)

const { name } = await read.json`package.json`

cd('packages')
const { data, save } = await io.json`./core/package.json`
data.version = '0.1.1'
await save()

const isMIT = read.sync`LICENSE`.includes('MIT')

EXPERIMENTAL: APIs are very likely to be overhauled in the future.

Sponsors

License

MIT License © 2021 Anthony Fu

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].