This repository is part of the source code of Wire. You can find more information at wire.com or by contacting [email protected].
You can find the published source code at github.com/wireapp.
For licensing information, see the attached LICENSE file and the list of third-party licenses at wire.com/legal/licenses/.
Collection of npm modules created by Wire's web team:
Bots
Commons
Configuration
Connectivity
Encoding
Internal tools
User interface
## Download dependencies and link packages
yarn
## Build all packages and test them
yarn test:all
If a package gets published for the very first time, it must be released this way:
cd ./packages/new-package
yarn dist
npm publish --access public
Info: Start with version "0.0.0" in package.json
when publishing with lerna
or "0.1.0" when publishing with npm
.
This will be handled by our CI setup.