Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 346 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 346 Bytes

copyaddrs

Build Status

copyaddrs is Thunderbird WebExtension.

Develop

# yarn version
yarn install
yarn test
yarn build

# npm version
npm install
npm run test
npm run build