Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sakkke/v_standalone_template
🧲 A V template for standalone executables, including MIT license, a dev container and GitHub Actions workflows.
https://github.com/sakkke/v_standalone_template
template v
Last synced: 14 days ago
JSON representation
🧲 A V template for standalone executables, including MIT license, a dev container and GitHub Actions workflows.
- Host: GitHub
- URL: https://github.com/sakkke/v_standalone_template
- Owner: sakkke
- License: mit
- Created: 2022-11-06T01:02:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-06T11:22:55.000Z (over 2 years ago)
- Last Synced: 2024-11-25T07:42:30.435Z (3 months ago)
- Topics: template, v
- Language: Dockerfile
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# v_standalone_template
A V template for **standalone executables**, including MIT license, a dev container and GitHub Actions workflows.
If you want to create a package, you can see [v_package_template](https://github.com/sakkke/v_package_template).## Quick start guide
1. [Create a repository with this repository as a template](https://github.com/sakkke/v_standalone_template/generate).
2. Clone a created package to a local environment.
3. Run a command `git ls-files | grep -v '^README.md$' | xargs -I{} sed -i s/v_standalone_template/your_executable_name/g {}`.
4. Rename a file `./v_standalone_template.v` to `./your_executable_name.v`.
5. Clean up a file `./your_executable_name.v` and `./README.md`.## License
MIT