auric 0.1.0

CLI for the `auric` MVC SPA framework
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8"/>
    <title>Hello World</title>
    <link data-trunk rel="rust"/>
    <link data-trunk rel="scss" href="src/styles/index.scss"/>
  </head>
  <body>
  </body>
</html>