tau-tools
v0.0.5
Published
Developer tools for tau framework
Downloads
3
Readme
Tools
Create
Create command helps generate code. As example, to create default component file structure, run command:
$ tau create component example
That command creating directory example
and component.example.js
and other directories and files by default template.
Idea from basisjs-tool https://github.com/basisjs/basisjs-tool