4.1.0 • Published 1 year ago

wizzzy v4.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

wizzzy šŸ§™ā€ā™‚ļøāœØ

A supercharged wizard to help you maintain your code, fix bugs, and add good vibes to your project and team members!

Description

wizzzy is designed to streamline your development workflow by offering various utilities to maintain your codebase, enhance productivity, and foster a positive team environment. Whether you're squashing bugs or simply looking to add some magic to your project, wizzzy has got you covered.

Features

  • Code Maintenance: Automatically format and lint your code to keep it clean and consistent.
  • Bug Fixes: Integrated tools to help you quickly identify and resolve bugs.
  • Good Vibes: Inspirational messages to keep your team motivated and engaged.

Installation

To install wizzzy, run the following command:

npm install -g wizzzy

Usage

After installing, you can invoke wizzzy directly from your command line:

wizzzy

Or, use npx to run it without global installation:

npx wizzzy

Scripts

The package includes several useful scripts:

  • Build: Compile the necessary files.
    npm run build
  • Development: Build and run the main executable.
    npm run dev
  • Format: Automatically format your code using Biome.
    npm run format
  • Lint: Lint your code to ensure it follows best practices.
    npm run lint
  • Check: Run comprehensive checks on your codebase.
    npm run check

Example

Here's an example of how to use wizzzy in your project:

# Run wizzzy to see what it can do for your project
wizzzy

Author

šŸ‘¤ Itai Mizlish

Contributing

Contributions are welcome! Please open an issue or submit a pull request to contribute.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Acknowledgments

Thanks to the open-source community for their invaluable contributions.


Happy coding! šŸš€

4.1.0

1 year ago

4.0.1

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago