This is an Integrated Development Environment (IDE
) based on Linux Debian and
the latest version of neovim
(tip of the master
branch)
- terminal based
- no graphical user interface
- POSIX compliant shell
- rev
- cut
- docker (either native or Docker Desktop or Orbstack)
- buildx plugin
- compose plugin
- make
- command
- GNU sed
- (optional) less
Generally speaking, a recent linux distribution or MacOS should do the job.
For MacOS, ensure to install gsed
using Homebrew for instance.
- some giga-bytes of free storage to build and use the stuff
- configure the project interactively with the
make init
command. - build the
IDE
with themake build
command. - start the
IDE
with themake up
command. - use the
IDE
with themake shell
command. - shutdown with the
make down
command. - getting some help with the
make help
command.
nideovim_react gather all
nideovim
offers and extends it to facilitate react/next application
development