devkit-init
v2.8.1
Published
The script dev-init.sh automates the setup process for my development projects.
Downloads
487
Maintainers
Readme
Devkit-Init
Introduction
This package automates the setup process for my development projects for react and vanilla JS
⚠️ Important: This package only works on Linux, WSL (Windows Subsystem for Linux), and macOS. It may not function properly on native Windows environments.
Building
npx devkit-init@latest
If you encounter issues running this script, try granting it execution permissions:
chmod +x devkit-init.sh
Features
- ✅ automates the setup process for my personal development projects
- ⚛️ setup for react with vite or next js || vanilla JS or TS
- ✏️ sass integration, with reset, mixins and functions
- 🍃 tailwind option
- ⚙️ rollup building for vanilla
- ✨ eslint & prettier configuration
Technologies Used
Contribution
See Contributing Guide.
License
© 2024-Present by Fede Hide. Licensed under the MIT License.