wireapp / wire-web-packages

Collection of npm modules created by Wire's web team.

Home Page:https://www.npmjs.com/org/wireapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wire

This repository is part of the source code of Wire. You can find more information at wire.com or by contacting opensource@wire.com.

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/.

Web Packages

Collection of npm modules created by Wire's web team:

Bots

Commons

Configuration

Connectivity

Encoding

Internal tools

User interface

Getting Started

## Download dependencies and link packages
yarn

## Build all packages and test them
yarn test:all

Release packages

Release new package

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.

Release an existing package

This will be handled by our CI setup.

About

Collection of npm modules created by Wire's web team.

https://www.npmjs.com/org/wireapp

License:GNU General Public License v3.0


Languages

Language:TypeScript 98.1%Language:JavaScript 1.9%Language:HTML 0.0%Language:Shell 0.0%