arloader 0.1.63

Command line application and library for uploading files to Arweave.
Documentation
1
2
3
4
5
6
# syntax=docker/dockerfile:1

FROM node:16
RUN git clone https://github.com/textury/arlocal.git
RUN cd arlocal
CMD ["npx", "arlocal"]