elementarlabs / elementar-admin

Fully open-source Angular UI Components & Admin Panel based on Angular Material 3 and Tailwind
https://elementarui.com
MIT License
12 stars 4 forks source link

build the projects compnents folder as angular package #4

Open bensaadmohamed opened 3 weeks ago

bensaadmohamed commented 3 weeks ago

hello and thank for this awesome project is there a way to bundle the projects components folder as an angular package and import it like an angular module or maybe publish it to npm

pavelsalauyou commented 3 weeks ago

Hello, you are welcome!

I want to make an npm package when the components become stable (in about 3 months), right now they are in active development and it doesn't make sense to publish them.

Also next week, I will finalize the cli command that will automatically update the components. It will look something like this:

npx @elementarui/elementar-cli@latest update
bensaadmohamed commented 3 weeks ago

good luck

pavelsalauyou commented 2 weeks ago

Hello, I already added a command, you can try to update your project.

cd your-project-name
npx @elementarui/elementar-cli@latest update