flatcc 24.3.25

Build-time convenience utilities for flatbuffers
Documentation
1
2
3
4
5
6
FROM node:14.15.4-stretch as base
WORKDIR /code
ADD . .
RUN cp flatc_debian_stretch flatc
RUN npm install
RUN npm test