A command-line tool to standardise commands for projects using different languages and frameworks.
Find a file
Oliver Davies c5248bb061 Add initial JavaScript/TypeScript support
Add JS/TS support to `versa install`.

Run `npm install`, `yarn` or `pnpm install` based on which files are
present in the project.
2024-02-21 23:32:59 +00:00
.githooks Initial commit 2024-02-19 12:17:20 +00:00
bin Initial commit 2024-02-19 12:17:20 +00:00
config Initial commit 2024-02-19 12:17:20 +00:00
public Initial commit 2024-02-19 12:17:20 +00:00
src Add initial JavaScript/TypeScript support 2024-02-21 23:32:59 +00:00
tests Create tests directory 2024-02-20 20:39:53 +00:00
.env Initial commit 2024-02-19 12:17:20 +00:00
.envrc Initial commit 2024-02-19 12:17:20 +00:00
.gitignore Add PHPStan 2024-02-20 09:51:07 +00:00
box.json.dist Use an Enum for project type conditions 2024-02-20 00:57:04 +00:00
build.yaml Initial commit 2024-02-19 12:17:20 +00:00
CHANGELOG.md Add a Symfony project type 2024-02-21 00:41:49 +00:00
composer.json Add PHPStan strict rules 2024-02-21 00:07:22 +00:00
composer.lock Add PHPStan strict rules 2024-02-21 00:07:22 +00:00
flake.lock Initial commit 2024-02-19 12:17:20 +00:00
flake.nix Add humbug/box to build a phar file 2024-02-19 12:17:20 +00:00
index.php Add humbug/box to build a phar file 2024-02-19 12:17:20 +00:00
justfile Add humbug/box to build a phar file 2024-02-19 12:17:20 +00:00
LICENSE Create LICENSE 2024-02-20 00:01:50 +00:00
notes Refactor to separate commands 2024-02-21 12:48:33 +00:00
phpstan.dist.neon Add PHPStan 2024-02-20 09:51:07 +00:00
README.md Initial commit 2024-02-19 12:17:20 +00:00
symfony.lock Add PHPStan 2024-02-20 09:51:07 +00:00
versa Refactor to separate commands 2024-02-21 12:48:33 +00:00

versa

A command-line tool to standardise commands for projects using different languages and frameworks.