framework
framework copied to clipboard
A collection of handy components for building Node.js applications
trafficstars
Framework
Install
Usage
Develop
This is a mono repository, managed with lerna.
git clonethis repo &cdinto it as usualyarn setupis mapped tolerna 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 lintrun just eslintyarn testrun lint and tests
Publish
yarn shipis an alias forlerna publish- Publishes all packages which have changed
- Also updates any packages which depend on changed packages
Copyright & License
Copyright (c) 2013-2023 Ghost Foundation - Released under the MIT license.