cli-app-template 0.2.3

Starter template for CLI applications
1
2
3
4
5
6
{
  "editor.formatOnSave": true,
  "files.exclude": {
    "target/": true
  }
}