ng-cli.0.119.0.source-code.init-readme.md.qute Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jbang-cli Show documentation
Show all versions of jbang-cli Show documentation
JBang Command Line Interface
## Read Me Example
Welcome to a basic example on how to do a readme.md file that can be run with JBang:
```java
{#for dep in dependencies.orEmpty}
//DEPS {dep}
{/for}
{#if dependencies.isEmpty()}// //DEPS {/if}
System.out.println("Hello World");
```
You can run this using `jbang {scriptref}.md`