Skip to content

behemothjs/behemoth

Repository files navigation

Behemoth

stability node 18.x XO code style

Documentation for Contoributers.
Main Document → Behemoth

Document Translation

🇯🇵 日本語

🚫 Project stability is "Alpha"

このプロジェクトは現在開発中です。仕様変更を伴うためリリースまでご利用はお控え下さい。
This project is currently under development. Please refrain from using it until release due to specification changes.
该项目目前正在开发中。由于规格变更,请等到发布后再使用。
Este proyecto está actualmente en desarrollo. Por favor, absténgase de usarlo hasta su lanzamiento debido a cambios en las especificaciones.
Ce projet est actuellement en cours de développement. Veuillez vous abstenir de l'utiliser jusqu'à sa sortie en raison de modifications des spécifications.

Install

npm install @behemothjs/behemoth

npm workspaces [ monorepo ]

./packages is set up as a workspace.

npm script

npm-run-all is included, allowing for sequential script execution. For complex scripts, create a file in ./scripts and execute it.

Packages

Released packages are managed in /packages.

A toolkit for building systems necessary for web production.

Packages (Unreleased)

Packages that are yet to be released are managed in /packages-unreleased.

An AWS Dynamo DB operation kit.

An AWS Lambda operation kit.

DEV CLI

A CLI tool for maintaining this repository is managed at ./packages-unreleased/cli-dev.

Commands

Type dev to see the instructions.

dev <category> <action>

Adding a Package

Package names are automatically converted to kebab-case.

dev package add <package-name>

Releases

No releases published

Packages

No packages published