desi78-cli

0.1.15 • Public • Published

Parame78

Presentation

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

This monorepo contains a single javascript package:

  1. desi78: architecture facade designs

The UI and Cli apps associated to desi78 are generated automatically using paxApps.

This repo is a typical designer-repository using parametrix. The design-library and its associated UI and CLI are published as npm-packages. You can use this repo as template for starting your own design library.

Links

Usage for Makers

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-uis

Getting started for Dev

git clone https://github.com/charlyoleg2/parame78
cd parame78
npm i
npm run clean_paxApps
npm run install_paxApps
rm -fr node_modules
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 desiXY-ui run dev

Prerequisite

  • node version 20.10.0 or higher
  • npm version 10.5.0 or higher

Publish a new release

npm run versions
vim scr/patchPaxApps.patch
git diff
git commit -am 'increment sub versions'
npm version patch
git push
git push origin v0.5.6

Readme

Keywords

Package Sidebar

Install

npm i desi78-cli

Weekly Downloads

217

Version

0.1.15

License

ISC

Unpacked Size

6.02 kB

Total Files

3

Last publish

Collaborators

  • charlyoleg3