Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tryghost/framework

A collection of handy components for building Node.js applications
https://github.com/tryghost/framework

ghost hacktoberfest javascript nodejs

Last synced: 2 days ago
JSON representation

A collection of handy components for building Node.js applications

Awesome Lists containing this project

README

        

# Framework

## Install

## Usage

## Develop

This is a mono repository, managed with [lerna](https://lerna.js.org).

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](https://github.com/TryGhost/slimer)
- run `slimer new `

## 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](LICENSE).