@tryghost/mg-fs-utils
v0.23.3
Published
`npm install @tryghost/mg-fs-utils --save`
Maintainers
Keywords
Readme
Migrate Fs Utils
Install
npm install @tryghost/mg-fs-utils --save
or
pnpm add @tryghost/mg-fs-utils
Usage
You can add .env file in the root of this package to set a different local cache path.
By default, it will create a temporary folder in the system's temp directory, but you may want to chang this to a more permanent location. Setting CACHE_PATH in .env will override the default.
CACHE_PATH=/path/to/cacheDevelop
This is a mono repository, managed with Nx and pnpm workspaces.
Follow the instructions for the top-level repo.
git clonethis repo &cdinto it as usual- Run
pnpm installto install top-level dependencies.
Run
pnpm dev
Test
pnpm lintrun just eslintpnpm testrun lint and tests
Copyright & License
Copyright (c) 2013-2026 Ghost Foundation - Released under the MIT license.
