Skip to content

⚡ A monorepo for the management of Serverless services

License

Notifications You must be signed in to change notification settings

seantrane/serverless

Repository files navigation

@seantrane/serverless

A monorepo for the management of Serverless services.


Build Status Commitizen friendly serverless lerna semantic-release

Table of Contents


About the Repository

This is a monorepo for the management of Serverless function-code and infrastructure-as-code. There are a few dependencies that make this possible;

Install

# Install lerna globally (to use lerna binary at command line)
npm install -g lerna
# Install repo dependencies, link local packages together and install remaining package dependencies
npm install

Usage

CLI

# List local packages
npm run list
# Run tests across all packages
npm test
# Run linting, tests and builds across all packages
npm run ci
# Clean all auto-generated files
npm run clean
# Uninstall all packages
npm run uninstall

Read CONTRIBUTING.md documentation for more details.


Support

Submit an issue, in which you should provide as much detail as necessary for your issue.

Contributing

Contributions are always appreciated. Read CONTRIBUTING.md documentation to learn more.

Changelog

Release details are documented in the CHANGELOG.md file of each package (service), and on the GitHub Releases page.


License

ISC License

Copyright (c) 2018 Sean Trane Sciarrone

About

⚡ A monorepo for the management of Serverless services

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published