@tryghost/mg-fs-utils
v0.16.6
Published
`npm install @tryghost/mg-fs-utils --save`
Maintainers
Keywords
Readme
Migrate Fs Utils
Install
npm install @tryghost/mg-fs-utils --save
or
yarn 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 lerna.
Follow the instructions for the top-level repo.
git clonethis repo &cdinto it as usual- Run
yarnto install top-level dependencies.
Run
yarn dev
Test
yarn lintrun just eslintyarn testrun lint and tests
Copyright & License
Copyright (c) 2013-2026 Ghost Foundation - Released under the MIT license.
