@libreservice/my-file-type

0.2.3 • Public • Published

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 i

Install autoconf, automake and libtool

# Ubuntu
apt install autoconf automake libtool
# macOS
brew install autoconf automake libtool

Install emsdk

https://emscripten.org/docs/getting_started/downloads.html

Get submodule

git submodule init
git submodule update

Build wasm

pnpm run native
pnpm run lib
pnpm run wasm

Run develop server

pnpm run dev

Lint

pnpm run lint:fix

Check type

pnpm run check

Build

pnpm run build

Test

pnpm run test

Preview

pnpm run preview

Deploy

export LIBRESERVICE_CDN=https://cdn.jsdelivr.net/npm/@libreservice/my-file-type@VERSION/dist/ # optional
vercel build --prod
vercel deploy --prebuilt --prod

License

AGPLv3+

/@libreservice/my-file-type/

    Package Sidebar

    Install

    npm i @libreservice/my-file-type

    Weekly Downloads

    2

    Version

    0.2.3

    License

    AGPL-3.0-or-later

    Unpacked Size

    3.3 MB

    Total Files

    18

    Last publish

    Collaborators

    • eagleoflqj