testwind
v0.0.0
Published
π¦οΈ The Sikessem Skeleton for creating new TypeScript/JavaScript module.
Downloads
2
Maintainers
Readme
οΈπ§ͺ Testwind
Quickly test TailwindCSS codes, components, utilities with Vite, Vitest and TailwindCSS.
π Contents
π Requirements
- Requires Node JS 18+ (at least 18.13.0 recommended to avoid potential bugs).
- Requires [email protected] to manage JS and TS dependencies.
β‘οΈ Installation
pnpm add -D testwind
ποΈ Project Structure
Below is the basic JavaScript skeleton architecture for a new Sikessem module.
Inside your project, you'll see the following directory structure:
βββ public/
β βββ ...
βββ src/
β βββ ...
βββ tests/
βββ ...
src
: Provides project source files (components, plugins, etc.)tests
: Tests directory (unit, E2E, etc.)public
: Any static assets, like images, can be placed in the public directory.
π§βπ» Usage
π Starting server
Run the server in development mode:
pnpm start
π§ͺ Testing
π§Ή Keep a modern codebase with Prettier:
pnpm test:lint
βοΈ Run static analysis using ESLint:
pnpm test:fmt
β Run unit tests using VITEST
pnpm test:unit
π Run the entire test suite:
pnpm test
π Contribution
The main purpose of this repository is to continue evolving Testwind. We want to make contributing to this project as easy and transparent as possible, and we are grateful to the community for contributing bug fixes and improvements. Read below to learn how you can take part in improving Testwind.
Code of Conduct
Sikessem 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 bugfixes and improvements, and how to build and test your changes to Testwind.
ποΈ Good First Issues
We have a list of good first issues that contain bugs which have a relatively limited scope. This is a great place to get started, gain experience, and get familiar with our contribution process.
π¬ Discussions
Larger discussions and proposals are discussed in @sikessem/community.
π Security Reports
If you discover a security vulnerability within Testwind, please email SIGUI KessΓ© Emmanuel at [email protected]. All security vulnerabilities will be promptly addressed.
π License
Testwind is MIT licensed, as found in the LICENSE file.
Testwind was developed by Sikessem.