create-withstyle
v1.4.4
Published
create-withstyle
Downloads
21
Readme
Introduction
create-withstyle is a nodejs cli tool for scaffolding your web project with most popular frontend frameworks pre-setup with styling library.
Templates
- react
- tailwindcss
- chakra-ui
- mui
- angular
- angular-material
*
- devextreme
*
- ng-bootstrap
*
- angular-material
- svelte
- Svelte-Material-UI
*
- SvelteStrap
*
- Svelte-Material-UI
- vue
- BootstrapVue
*
- VueTailwind
*
- BootstrapVue
- vanilla
- tailwindcss
*
- bootstrap
*
- tailwindcss
Note: *
represents that the template is not available yet.
Installation
With NPM:
$ npm create withstyle@latest
With Yarn:
$ yarn create withstyle
With PNPM:
$ pnpm create withstyle
Then you can just follow the instructions displayed in your command line to finish the setup.
Contributing
The main purpose of this repository is to continue add more frameworks and it's integration with most popular styling library out there, making it faster and easier to use. Development of create-withstyle happens in the open on GitHub, and we are grateful to the community for contributing bugfixes and improvements. Read below to learn how you can take part in improving create-withstyle.
Code of Conduct
create-withstyle has adopted a Code of Conduct that we expect project participants to adhere to. Please read the full text so that you can understand what actions will and will not be tolerated.
Contributing Guide
Read our contributing guide to learn about our development process, how to propose new templates, bug fixes and improvements, and how to build and test your changes to create-withstyle.
Good First Issues
To help you get your feet wet and get you familiar with our contribution process, we have a list of good first issues that contain bugs that have a relatively limited scope. This is a great place to get started.
License
create-withstyle is MIT licensed