Parame51 is the top-monorepo for the design-library desi51, which contains a collection of 3D shapes.
This monorepo contains the following javascript package:
- desi51: a parametrix design library
- desi51-cli: the cli of desi51
- desi51-ui: the web-ui of desi51
- desi51-uis: the web-server of desi51-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.
- desi51-ui : public instance of the UI
- sources : git-repository
- pkg : desi51 as npm-package
- pkg-cli : desi51-cli as npm-package
- pkg-uis : desi51-uis as npm-package
The design-library desi51 is part of the parametrix tutorial.
Parametrize and generate your 3D-files with the online-app:
https://charlyoleg2.github.io/parame51/
Or use the UI locally:
npx desi51-uisOr use the command-line-interface (CLI):
npx desi51-cligit clone https://github.com/charlyoleg2/parame51
cd parame51
npm i
npm run ci
npm run previewOther useful commands:
npm run clean
npm run ls-workspaces
npm -w desi51 run check
npm -w desi51 run build
npm -w desi51-ui run devnpm run versions
git commit -am 'increment sub versions'
npm version patch
git push
git push origin v0.5.6