dependabot[bot] d4a1d1727b build(deps-dev): bump vite from 7.0.4 to 7.1.5 (#107)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.0.4 to 7.1.5.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.1.5/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 7.1.5
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-10 00:31:11 +03:00
2025-03-19 14:05:07 +02:00
2024-12-09 15:23:42 +02:00
2025-07-14 02:57:01 +03:00
2025-07-14 02:57:01 +03:00
2025-07-13 13:47:56 +03:00
2025-03-19 14:18:42 +02:00
2024-03-31 05:53:25 +03:00

sysvinit service generator

This Vue 3 app generates templates for sysvinit services.

Usage

  1. Fill in the form with the desired values.
  2. Copy the generated template.
  3. Paste it into a new file in /etc/init.d/.
  4. Make the file executable with chmod +x /etc/init.d/<filename>.
  5. Register the service with update-rc.d <filename> defaults on Ubuntu.
  6. Start the service with service <filename> start.
  7. ???
  8. Profit!

Development

Install dependencies and run the dev server with Yarn:

yarn install
yarn dev

# check code before committing
yarn lint
yarn type-lint

# build the app
yarn build

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

Description
No description provided
Readme MIT 870 KiB
Languages
Vue 47.6%
CSS 32.6%
JavaScript 7.9%
HTML 7%
TypeScript 4.9%