Skip to content

charlyoleg2/parame82

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parame82

Presentation

Parame82 is the top-monorepo for the design-library desi82.

This monorepo contains a single javascript package:

  1. desi82: some ustensiles

The UI and Cli apps associated to desi82 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

Prerequisite

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

Getting started

git clone https://github.com/charlyoleg2/parame82
cd parame82
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 desi82 run check
npm -w desi82 run build
npm -w desiXY-ui run dev

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