We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maybe, need to add index.haml, css/main.sass and js/jquery.js?
New command: tau new projectname -parameters
tau new projectname -parameters
Tau will make directory tree and files by default excluding files mentioned in the parameters.
For example: tau new projectname -jquery
tau new projectname -jquery
Return for me directory tree and files by default except js/jquery.js.
Or so: tau new projectname -jquery -css
tau new projectname -jquery -css
Return for me directory tree and files by default except js/jquery.js and css/main.sass.
All default files contain default code. Eg, css/main.css containing reset stylesheet...
The text was updated successfully, but these errors were encountered:
dzhlobo
No branches or pull requests
Maybe, need to add index.haml, css/main.sass and js/jquery.js?
New command:
tau new projectname -parameters
Tau will make directory tree and files by default excluding files mentioned in the parameters.
For example:
tau new projectname -jquery
Return for me directory tree and files by default except js/jquery.js.
Or so:
tau new projectname -jquery -css
Return for me directory tree and files by default except js/jquery.js and css/main.sass.
Important
All default files contain default code. Eg, css/main.css containing reset stylesheet...
The text was updated successfully, but these errors were encountered: