/morpheus

Neumorphic design system

Primary LanguageJavaScript

Morpheus - Neumorphic design system lerna

Dev stuff

Bootstrap of the project

npm run bootstrap

Lint code

npm run lint

Add a node_modules

# add a module on all packages
npx lerna add <package_name>

# add a module on single package
npx lerna add <package_name> --scope=morpheus-react

# add a module on single package in devDependecies
npx lerna add <package_name> --scope=morpheus-react --dev

# add an internal module to another module
npx lerna add morpheus-style --scope=morpheus-react

Create a new tag version

To create a new tag version you have just to create a new version of the project using

npm run version