@snailicide/g-library

Function library written in typescript


Keywords
typescript, js, ts, javascript, function library, type library, typeguards, typeguard, utilities
License
MIT
Install
npm install @snailicide/g-library@0.1.2

Documentation

Snailicide Monorepo Repo

Helpful Links

Example monorepo project

Creating a monorepo project with React and Express.JS using pnpm Workspaces. This is the source code of a blog post I am writing about this topic.

Read the article: Yarn Workspaces: Organize Your Project’s Codebase Like A Pro

How to install and execute

Important! Suggested package manager is pnpm

  1. Clone this repository locally $ git clone git@github.com:gbtunney/snailicide-monorepo.git
  2. Install the dependencies. Inside the root $ pnpm install

Commit to repository

  1. Invoke commitizen with commitlint config $ pnpm commit