cli-app-template 0.2.4

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