Repository
Current version released
3 years ago
Versions
Deeper
A cli to compose SPA, SSR, SSG application
preview
create a basic application with the following code.
// ./Hello.deeper
export app <Hello name=World>
Hello ${this.name}
</Hello>
// outputs: Hello World