README
ayers
Command line tool
// Quick file creation
$ ayers -t [editorconfig|html]
$ ayers -t html
output -> default.html
$ ayers -t html -n page
output -> page.html
tool
<script type="module">
import ayers from 'https://cdn.skypack.dev/ayers';
</script>
Command line tool
// Quick file creation
$ ayers -t [editorconfig|html]
$ ayers -t html
output -> default.html
$ ayers -t html -n page
output -> page.html