testwind

0.0.0Β β€’Β PublicΒ β€’Β Published
Sikessem logo

actions-img ts-img js-img npm-img dl-img l-img pr-img synk-img

Built with ❀︎ by Sikessem.

️πŸ§ͺ 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 pnpm@7.25.0 to manage JS and TS dependencies.

⚑️ Installation

Install Testwind using pnpm:

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 emmanuel@kesse.sigui.ci. All security vulnerabilities will be promptly addressed.

πŸ“„ License

Testwind is MIT licensed, as found in the LICENSE file.


Testwind was developed by Sikessem.

Package Sidebar

Install

npm i testwind

Weekly Downloads

0

Version

0.0.0

License

MIT

Unpacked Size

39 kB

Total Files

24

Last publish

Collaborators

  • siguici