Stoicss is a CLI tool that allows you to easily add UI components, blocks, and skeletons to your project. With stoicss, interface development becomes faster and more structured.
You can install Stoicss globally or use npx
to run it directly.
npm install -g stoicss
npx stoicss@latest <command>
Stoicss provides several main commands to add components based on the available categories.
npx stoicss help
npx stoicss add <component-name>
The component will be added to the components/ui/
folder.
npx stoicss add -b <component-name>
The component will be added to the components/blocks/
folder.
npx stoicss add -s <component-name>
The component will be added to the components/skeleton/
folder.
Stoicss has a clean directory structure to organize components by category:
your-projects/
components/
├── ui/
├── blocks/
├── skeleton/
We warmly welcome contributions from the community! If you want to contribute:
- Fork this repository
- Create a new branch for your feature or fix
- Commit and push your changes
- Submit a Pull Request
This project is licensed under the MIT License. Please refer to the LICENSE
file for more details.