devkit is a set of tools for development.
- fmt
- lua
- meson
- doctest
ShortKut is a customizable alias, currently using Lua as scripting language.
sk build
sk flake
...
Write your own alias following the template:
local M = {}
-- ~ sk alias
-- hello
M.alias = function()
return 'echo hello'
end
return M
- docker
etherswangel/ros
and etherswangel/dev
are available on dockerhub
.
xproj
is a simple script to help use devdocker containers, modify the script to mount volumes.
Files under _etc
will override default ones, currently etc/init
(empty) and etc/bashrc
. Add _etc/init
to add custom commands, it will be sourced at the end of bashrc.
./xproj build # build docker image
./xproj run # run docker container
./xproj conn # connect to existing container
./xproj clean # remove _build and _install
For more details, please see devdocker/dev:noetic/example
and devdocker/dev:humble/example
.
not ready
not ready
Distributed under the MIT License. See LICENSE for more information.