Vim window logic, slimv
This commit is contained in:
parent
babcc9e44b
commit
515847d07e
791 changed files with 51552 additions and 86 deletions
|
|
@ -0,0 +1,21 @@
|
|||
# <%= (string-capitalize (getf env :name)) %><% @if description %> - <% @var description %><% @endif %>
|
||||
|
||||
## Usage
|
||||
|
||||
## Installation
|
||||
<%- @if author %>
|
||||
|
||||
## Author
|
||||
|
||||
* <% @var author %><% @if email %> (<% @var email %>)<% @endif %>
|
||||
|
||||
## Copyright
|
||||
|
||||
Copyright (c) <%= (local-time:timestamp-year (local-time:now)) %> <% @var author %><% @if email %> (<% @var email %>)<% @endif %>
|
||||
<%- @endif %>
|
||||
<%- @if license %>
|
||||
|
||||
## License
|
||||
|
||||
Licensed under the <% @var license %> License.
|
||||
<%- @endif %>
|
||||
Loading…
Add table
Add a link
Reference in a new issue