All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ng-cli.0.119.0.source-code.init-readme.md.qute Maven / Gradle / Ivy

There is a newer version: 0.121.0
Show newest version
## 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`





© 2015 - 2024 Weber Informatics LLC | Privacy Policy