Ghost/ghost/zip
Hannah Wolfe 099a93d4a4 Updated paths & tests to work in new pkg structure
- added export to index.js
- fixed all paths to match the new structure
- replaced should with testUtils
- moved code from describe block into before
2020-03-20 17:02:36 +00:00
..
lib 🐛 Ignored node_modules dir when archiving (#10969) 2019-08-06 16:17:41 +08:00
test Updated paths & tests to work in new pkg structure 2020-03-20 17:02:36 +00:00
.eslintrc.js Prepared new zip package 2020-03-20 16:21:52 +00:00
index.js Updated paths & tests to work in new pkg structure 2020-03-20 17:02:36 +00:00
LICENSE Prepared new zip package 2020-03-20 16:21:52 +00:00
package.json Prepared new zip package 2020-03-20 16:21:52 +00:00
README.md Prepared new zip package 2020-03-20 16:21:52 +00:00

Zip

Install

npm install @tryghost/zip --save

or

yarn add @tryghost/zip

Usage

Develop

This is a mono repository, managed with lerna.

Follow the instructions for the top-level repo.

  1. git clone this repo & cd into it as usual
  2. Run yarn to install top-level dependencies.

Run

  • yarn dev

Test

  • yarn lint run just eslint
  • yarn test run lint and tests

Copyright & License

Copyright (c) 2020 Ghost Foundation - Released under the MIT license.