Sign inSign up

apaskal/javascript-neovim-alpine

By apaskal

Updated about 5 years ago

Alpine Linux ready for JavaScript development with git, neovim + plugins, tmux and current node.js

Image
0

558

apaskal/javascript-neovim-alpine repository overview

Alpine Linux ready to use for JavaScript development with git, neovim with plugins, tmux and current node.js
Build from https://github.com/app/indocker-dev-node-react/blob/alpine/Dockerfile

How to use

cd </directory/of/your/project>

alias jsdev='docker run -it --rm \
    --name alpine.js \
    -h alpine.js \
    -v "$(pwd):/home/app/devel" \
    -p 127.0.0.1:3000:3000/tcp \
    -p 127.0.0.1:3080:3080/tcp \
    -u app \
    -w /home/app/devel \
    -e GIT_COMMITTER_NAME="author" \
    -e GIT_AUTHOR_NAME="author" \
    -e [email protected] \
    apaskal/javascript-neovim-alpine:latest bash'

jsdev

To select App.js file to open with nvim

vim Ctrl+o  app  

Press Enter

Tag summary

Content type

Image

Digest

Size

268.6 MB

Last updated

about 5 years ago

docker pull apaskal/javascript-neovim-alpine