https://github.com/jscheid/prettier-el-vagrant
Simple installation of `prettier.el` from scratch
https://github.com/jscheid/prettier-el-vagrant
Last synced: 5 months ago
JSON representation
Simple installation of `prettier.el` from scratch
- Host: GitHub
- URL: https://github.com/jscheid/prettier-el-vagrant
- Owner: jscheid
- Created: 2020-07-13T10:56:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-13T10:57:21.000Z (almost 6 years ago)
- Last Synced: 2025-06-07T13:02:29.455Z (about 1 year ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic Installation of prettier.el
This is a simple installation of `prettier.el` from scratch. Use it as a
reference installation or as a starting point when trying to reproduce an issue.
## Usage
Make sure [Vagrant](https://www.vagrantup.com/) is installed, then run in this
directory:
```shell
vagrant up && vagrant ssh
```
## Details
This installs Emacs Beta via Snap, latest Node via nvm, and latest Prettier
globally via npm. It also installs `markdown-mode`.