AndrewRayCode / AndrewRayCode/Ray-Frame
abstract out plips into own file
Open
- Dominant language
- JavaScript
- Stars
- 8
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Instead of
```
{{blogs:list:view=link.html:type=blog:sort=user}}
```
It would be nice to do
```
{{blogs::userList}}
```
plips: {
userList: {
view: 'link.html',
type; 'blog',
sort: 'user'
}
}
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.