Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tryghost/framework
- Owner: TryGhost
- License: mit
- Created: 2021-06-14T13:17:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T23:22:52.000Z (3 months ago)
- Last Synced: 2024-10-30T00:54:51.681Z (3 months ago)
- Topics: ghost, hacktoberfest, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 4.71 MB
- Stars: 27
- Watchers: 12
- Forks: 23
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 dependenciesTo 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).