1.0.0-rc5 • Published 2 years ago

lbmjs-types v1.0.0-rc5

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
2 years ago

lbmjs-types

Maintenance

This section is for maintainers of this repo, not users.

requirements

  • protoc
// Mac OS X
brew install protobuf

// Linux
PROTOC_ZIP=protoc-3.14.0-linux-x86_64.zip
curl -OL https://github.com/protocolbuffers/protobuf/releases/download/v3.14.0/$PROTOC_ZIP
sudo unzip -o $PROTOC_ZIP -d /usr/local bin/protoc
sudo unzip -o $PROTOC_ZIP -d /usr/local 'include/*'
rm -f $PROTOC_ZIP

Getting started

# Pull external code
git submodule init
git submodule update

# Install dependencies
yarn install

Rebuilding types

# Update git submodule
yarn submodule_update

# Generate .ts files into ./src
yarn codegen

# Build .js/.d.ts files
yarn build

# Prepare publishing
yarn prepare
1.0.0-rc5

2 years ago

0.47.0-alpha1

2 years ago

1.0.0-rc2

2 years ago

0.46.0

3 years ago

0.46.0-rc9

3 years ago

0.46.0-rc8

3 years ago

0.46.0-rc7

3 years ago

0.46.0-rc2.2

3 years ago

0.46.0-rc2.1

3 years ago

0.46.0-rc3

3 years ago

0.46.0-rc2

3 years ago

0.46.0-rc6

3 years ago

0.46.0-rc5

3 years ago

0.46.0-rc4

3 years ago

0.46.0-rc1

3 years ago

0.46.0-rc0

3 years ago

0.45.0

3 years ago

0.45.0-rc1

3 years ago

0.45.0-rc0

3 years ago

0.44.0-rc0

3 years ago

0.43.2

3 years ago

0.43.1

4 years ago