atom-community / atom-community/atom-script
Feature request to treat yaml/yml files starting with #!/usr/bin/env as bash scripts
Open
- Dominant language
- JavaScript
- Stars
- 730
- Forks
- 264
- PR merge metrics
- No merged PRs in 30d
Description
Adding this would allow things like launching the ever growing universe of tools that support yaml input files. For example, with this first line, you could run ansible playbooks:
```
#!/usr/bin/env ansible-playbook
---
# the rest of your yaml playbook content.....
```
Contributor guide
Assessment
This issue has not been assessed yet.