a2nt/silverstripe-elemental-basics
Some useful elemental blocks
Maintainers
Package info
github.com/a2nt/silverstripe-elemental-basics
Type:silverstripe-vendormodule
pkg:composer/a2nt/silverstripe-elemental-basics
dev-main
2024-08-14 15:47 UTC
Requires
- a2nt/silverstripe-mapboxfield: *
- dnadesign/silverstripe-elemental: *
- dnadesign/silverstripe-elemental-list: *
- dynamic/silverstripe-elemental-image: *
- gorriecoe/silverstripe-linkfield: *
- lekoala/silverstripe-cms-actions: *
- lekoala/silverstripe-filepond: *
- silverstripe/cms: ^5
- symbiote/silverstripe-addressable: *
- symbiote/silverstripe-gridfieldextensions: *
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
BSD-3-Clause bf8e13fcdf54f72d586f86f7eb9b91e6d8d71aaa
- Tony Air <tony.woop@twma.pro>
README
Some useful elemental blocks
Usefull UNIX console utilities
Code search (find . -name "." | xargs grep "some text" replacement)
ag "some text" ./ https://github.com/ggreer/the_silver_searcher
File content with code hightlighting (cat replacement)
bat ./app/src/Pages/Page.php https://github.com/sharkdp/bat
File listing (ls replacement)
exa -aTL3 ./app https://github.com/ogham/exa
