@sensel/cli
v0.0.4
Published
A CLI to initialize projects. Add/Remove components, actions and much more !
Downloads
2
Readme
sensel
|\ _,,,---,,_
ZZZzz /,`.-'``' -. ;-;;,_
|,4- ) )-,_. ,\ ( `'-'
'---''(_/--' `-'\_) sensel cliA powerful CLI to seamlessly integrate sensel into your project.
[!NOTE] Documentation available soon at: Not available yet
📦 Installation
- Initialize a new project:
npx @sensel/cli init my-project
cd my-project
npm install- Add components as needed:
npx @sensel/cli add button
npx @sensel/cli add card
npx @sensel/cli icon user- Remove components/actions/icons when not needed:
npx @sensel/cli remove button
npx @sensel/cli remove pixelate
npx @sensel/cli remove user🎨 Components
The component library is built on top of shadcn-svelte, extending it with additional features and customizations.
🍊 Icons
The animated icons come from ji3sr/icons, all credits given to the original authors.
🛠️ CLI Commands
| Command | Description |
|---------|-------------|
| npx @sensel/cli init <project-name> | Initialize a new project using the template |
| npx @sensel/cli add <item-name> | Add a component/action to your project |
| npx @sensel/cli icon <icon-name> | Add an icon to your project |
| npx @sensel/cli remove <item-name/icon-name> | Remove a component from your project |
🤝 Contributing
Currently not open for contributions.
