🎓 Monorepo College Lecture 2: Build Me Up Buttercup

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • gitignore

    A collection of useful .gitignore templates

  • For the .gitignore file, I usually pick a template from github/gitignore which is a collection of great .gitignore file templates. For this project I will be using the Node template.

  • prettier

    Prettier is an opinionated code formatter.

  • In this part, we will be initializing the project, getting all of the initial files out of the way and then configure Prettier as well as create the first package of our monorepo which will be a tsconfig package responsible for sharing TypeScript configuration files to the other packages we will create in the future.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • nvm

    Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions

  • NVM is a Node version manager commonly used to install multiple versions of Nodejs on one system, by having a .nvmrc file we tell nvm which nodejs version to use with this project.

  • git

    A fork of Git containing Windows-specific patches. (by git-for-windows)

  • First things first, I always make sure to get the git side of things all setup and ready as the first step into setting up any project, and Acme is no different.

  • bases

    Hosts TSConfigs to extend in a TypeScript app, tuned to a particular runtime environment

  • I personally am a big advocate for writing the least amount of tsconfig possible, and the tsconfig/bases package serves as a great source for getting tsconfig templates.

  • editorconfig-vim

    EditorConfig plugin for Vim

  • EditorConfig is a tool that defines coding styles for multiple editors and IDEs, this will be somewhat of a fallback for users who don't have prettier formatting in their editor and prettier does support .editorconfig by default so there is no reason to not have it.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Most basic code formatting

    5 projects | dev.to | 18 Apr 2024
  • Wrap long lines in markdown tables

    3 projects | /r/vim | 8 Dec 2023
  • "Мобильная" разработка. [Системы контроля версий, Git]

    5 projects | dev.to | 8 Sep 2023
  • Pull request Best Practices

    2 projects | dev.to | 21 Jun 2023
  • PSA: Use version control and take backups!

    2 projects | /r/gamedev | 28 May 2023