All Projects → wireapp → wire-web-packages

wireapp / wire-web-packages

Licence: GPL-3.0 License
Collection of npm modules created by Wire's web team.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to wire-web-packages

microservice-template-ddd
Golnag microservice-template by DDD
Stars: ✭ 13 (-75.47%)
Mutual labels:  wire
purescript-wire
Events and Signals for FRP. Monad instances included
Stars: ✭ 13 (-75.47%)
Mutual labels:  wire
golangRestfulAPISample
Sample Restful app with chi router (golang)
Stars: ✭ 116 (+118.87%)
Mutual labels:  wire
wire
FedWire funds service file parser and writer. The HTTP server is available in a Docker image and the Go package is available.
Stars: ✭ 52 (-1.89%)
Mutual labels:  wire
PCF8575 library
Library to use i2c digital expander with arduino, esp8266 and esp32. Can read write digital value with only 2 wire (perfect for ESP-01).
Stars: ✭ 28 (-47.17%)
Mutual labels:  wire
wire-ios-cryptobox
wire.com
Stars: ✭ 22 (-58.49%)
Mutual labels:  wire
bot-sdk-node
🤖
Stars: ✭ 59 (+11.32%)
Mutual labels:  wire
ESP8266-I2C-Driver
Fixed built-in I2C driver for Arduino ESP8266 core
Stars: ✭ 74 (+39.62%)
Mutual labels:  wire
arduino-esp32
Arduino core for the ESP32
Stars: ✭ 38 (-28.3%)
Mutual labels:  wire
wire.css
Simple and responsive flexbox based Sass Framework
Stars: ✭ 42 (-20.75%)
Mutual labels:  wire
wire-service-jest-util
Utility library for @-wire Lightning Web Component tests
Stars: ✭ 18 (-66.04%)
Mutual labels:  wire
terms-dictionary
Simple definitions of terms, acronyms, abbreviations, companies, and projects related to financial services and Moov.
Stars: ✭ 48 (-9.43%)
Mutual labels:  wire
golang-example-app
Example application
Stars: ✭ 138 (+160.38%)
Mutual labels:  wire
Wire Android
☎️ Wire for Android
Stars: ✭ 2,488 (+4594.34%)
Mutual labels:  wire
Wire Server
🇪🇺 Wire back-end services
Stars: ✭ 2,392 (+4413.21%)
Mutual labels:  wire
Wire Ios
📱 Wire for iOS (iPhone and iPad)
Stars: ✭ 3,079 (+5709.43%)
Mutual labels:  wire

Wire

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

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 && yarn boot

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].