Triangule, SheetFold & Co
    Preparing search index...

    Triangule, SheetFold & Co

    Parame78

    Parame78 is the top-monorepo for the design-library desi78, which contains a collection of 3D shapes designed by charlyoleg.

    This monorepo contains the following javascript package:

    1. desi78: a parametrix design library
    2. desi78-cli: the cli of desi78
    3. desi78-ui: the web-ui of desi78
    4. desi78-uis: the web-server of desi78-ui

    This repo is a typical designer-repository using parametrix. The design-library and its associated UI and CLI are published as npm-packages. The UI is also available on the github-page.

    Parametrize and generate your 3D-files with the online-app:

    https://charlyoleg2.github.io/parame78/

    Or use the UI locally:

    npx desi78-uis
    

    Or use the command-line-interface (CLI):

    npx desi78-cli
    
    git clone https://github.com/charlyoleg2/parame78
    cd parame78
    npm i
    npm run ci
    npm run preview

    Other useful commands:

    npm run clean
    npm run ls-workspaces
    npm -w desi78 run check
    npm -w desi78 run build
    npm -w desi78-ui run dev
    • node version 20.10.0 or higher
    • npm version 10.5.0 or higher
    npm run versions
    git commit -am 'increment sub versions'
    npm version patch
    git push
    git push origin v0.5.6