Skip to content

Instantly share code, notes, and snippets.

View rromanv's full-sized avatar

Rodolfo Román rromanv

View GitHub Profile
@rromanv
rromanv / ._ Node.js Project with ES6 + Babel 7 + ESLint + Airbnb + Prettier.md
Last active February 14, 2024 00:44 — forked from vukhanhtruong/._README.md
Setup Javascript / Nodejs Project with ES6 + Babel 7 + ESLint + Airbnb + Prettier

Project Setup

Create a directory and run the following command.

npm init 

For this tutorial, I will be adding an index.js file to the src folder, and this will be our entry point. Our file directory should look like this.

@rromanv
rromanv / starship.toml
Created January 28, 2022 22:33 — forked from ryo-ARAKI/starship.toml
Starship configuration file
# ~/.config/starship.toml
[battery]
full_symbol = "🔋"
charging_symbol = "🔌"
discharging_symbol = "⚡"
[[battery.display]]
threshold = 30
style = "bold red"