0.2.3 • Published 3 years ago
@libreservice/my-file-type v0.2.3
My File Type
Find type of your file in a fast and secure way.
https://my-file-type.vercel.app/
Development workflow
My File Type can be built on Linux and macOS.
For Windows, you may use WSL.
Install node
You may use nvm to install node.
Install pnpm and dev dependencies
npm i -g pnpm
pnpm iInstall autoconf, automake and libtool
# Ubuntu
apt install autoconf automake libtool
# macOS
brew install autoconf automake libtoolInstall emsdk
https://emscripten.org/docs/getting_started/downloads.html
Get submodule
git submodule init
git submodule updateBuild wasm
pnpm run native
pnpm run lib
pnpm run wasmRun develop server
pnpm run devLint
pnpm run lint:fixCheck type
pnpm run checkBuild
pnpm run buildTest
pnpm run testPreview
pnpm run previewDeploy
export LIBRESERVICE_CDN=https://cdn.jsdelivr.net/npm/@libreservice/my-file-type@VERSION/dist/ # optional
vercel build --prod
vercel deploy --prebuilt --prodLicense
AGPLv3+
0.2.3
3 years ago