Skip to content

A collection of handy components for building Node.js applications

License

Notifications You must be signed in to change notification settings

TryGhost/framework

Folders and files

NameName
Last commit message
Last commit date
Jan 13, 2022
Feb 18, 2025
Jun 14, 2021
Jun 14, 2021
Jan 6, 2025
Jan 6, 2025
Aug 4, 2023
Oct 16, 2024
Jul 4, 2024
Apr 3, 2025

Repository files navigation

Framework

Install

Usage

Develop

This is a mono repository, managed with lerna.

  1. git clone this repo & cd into it as usual
  2. yarn setup is mapped to lerna bootstrap
    • installs all external dependencies
    • links all internal dependencies

To add a new package to the repo:

  • install slimer
  • run slimer new <package name>

Run

  • yarn dev

Test

  • yarn lint run just eslint
  • yarn test run lint and tests

Publish

  • yarn ship is an alias for lerna publish
    • Publishes all packages which have changed
    • Also updates any packages which depend on changed packages

Copyright & License

Copyright (c) 2013-2025 Ghost Foundation - Released under the MIT license.