Node.js
{% include JB/setup %}
Node.js
Yarn
macOS
brew options node
brew install node --with-debug
brew install yarn
Ubuntu
Install Node.js
curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash -
sudo apt-get install -y nodejs
Install Yarn
sudo apt remove cmdtest
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt-get update && sudo apt-get install yarn
# upgrade
yarn global upgrade
https://yarnpkg.com/lang/en/docs/install/#linux-tab
Packages
Docusaurus
yarn global add docusaurus-init
fkill
yarn global add fkill-cli
yarn global add alfred-fkill
https://github.com/sindresorhus/fkill-cli
mermaid
Generation of diagrams and flowcharts from text in a similar manner as markdown.