How about a cool VS Code extension that lets you whip up new files in a jiffy using just your keyboard? No more file-creating hassles – we've got your back! 🚀
Features
Create files quickly with /some/file.ts.
Create folders quickly with /some/folder.
Create multiple files and folders quickly with {index.tsx, container, styles}.ts.
Top-secret stuff that's cooking up: features in the making, shhh! 🤫
Keyboard shortcut to directly launch the extension
File template support (newfolder/--myTemplate)
and all other file operations with only keyboard
Contributing
Contributions are welcome! Here's how you can get involved:
Fork the repository.
Create a new branch for your feature/bug fix: git checkout -b feature/your-feature-name.
Make your changes and commit them: git commit -m "Add your commit message here".
Push to the branch: git push origin feature/your-feature-name.
Create a pull request describing your changes.
Please ensure your pull request follows these guidelines:
Clearly describe the purpose and scope of your changes.
Make sure your code follows the project's coding style and guidelines.
Provide test cases if applicable.
Keep your pull request focused; avoid including unrelated changes.
Be patient during the review process and be ready to address feedback.
Thank you for helping improve this project!
License
This project is licensed under the MIT License - see the LICENSE file for details.