Skip to content

v2.6.2

Latest
Compare
Choose a tag to compare
@Abhishek-Mallick Abhishek-Mallick released this 08 Oct 21:51
· 71 commits to main since this release
f85229e

2.6.2 (2024-10-09)

Major Changes

  • Added lint Command:

    • Introduced the lint command to add default linting configurations for your project. This command sets up ESLint for JavaScript projects and Flake8 for Python projects, along with an optional Prettier configuration for formatting. (0fc3a42)
  • Expanded Templates:

    • Added new starter templates for various frameworks and use cases, enhancing the flexibility of project scaffolding. This includes templates for React, Vue.js, and more, allowing developers to kickstart projects tailored to their specific needs. (8e7512b, aba8f7d, 423358b)
  • Improved Documentation:

    • Updated the README and documentation to include detailed usage instructions for the new lint command and the newly added templates. This aims to provide clearer guidance for users on how to utilize these features effectively. (0fc3a42)

Bug Fixes

  • Resolved minor typos and inconsistencies in the documentation. (bbd2c7b)