Massive/organize.sh

4 lines
80 B
Bash
Raw Normal View History

2022-09-02 00:33:53 +00:00
#!/bin/sh
2023-06-27 03:16:59 +00:00
organize-imports-cli *.ts* tests/*.ts* && deno fmt *.ts* tests/*.ts*