Skip to content
/ v_package_template Public template

🏝️ A V template for packages, including MIT license, a dev container and GitHub Actions workflows.

License

Notifications You must be signed in to change notification settings

sakkke/v_package_template

Repository files navigation

v_package_template

A V template for packages, including MIT license, a dev container and GitHub Actions workflows. If you want to create a standalone executable, you can see v_standalone_template.

Quick start guide

  1. Create a repository with this repository as a template.
  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_package_template/your_package_name/g {}.
  4. Rename a file ./v_package_template.v to ./your_package_name.v.
  5. Clean up a file ./your_package_name.v and ./README.md.

License

MIT

About

🏝️ A V template for packages, including MIT license, a dev container and GitHub Actions workflows.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published