Builtin Modules
Builtin Modules are modules defined with this same package.
They are already included when we use this package.
files.alias
, create bash script aliasfiles.cmds
, install packages from nix repositoryfiles.docs
, convert our modules file into markdown using nmdfiles.git
, configure git with file creationfiles.on-call
, connfigure file to created only when devshell-files command is called, not on shell startfiles.gitignore
, copy .gitignore from templatesfiles.hcl
, create HCL files with nix syntaxfiles.json
, create JSON files with nix syntaxfiles.mdbook
, convert your markdown files to HTML using mdbookfiles.nim
, similar tofiles.alias
, but compiles Nim codefiles.nus
, similar tofiles.alias
, but runs in Nushellfiles.nush
, similar tofiles.nus
, but for subcommandsfiles.services
, process supervisor for development services using s6files.rc
, WIP, process supervisor for development services using s6-rcfiles.spdx
, copy LICENSE from templatesfiles.text
, create free text files with nix syntaxfiles.toml
, create TOML files with nix syntaxfiles.watch
, create an alias and service to run command when file changes using inotify-toolsfiles.yaml
, create YAML files with nix syntax
Our documentation is generated by files.text
, files.docs
and files.mdbook