Categorygithub.com/webuxlab/webuxjs
module
6.0.0-alpha+incompatible
Repository: https://github.com/webuxlab/webuxjs.git
Documentation: pkg.go.dev

# README

Webux Lab - WebuxJS Framework

Packages

PackagesStatus
webux-appStable
webux-fileuploadStable
webux-generatorWIP
webux-loggerStable
webux-mailerStable
webux-routeStable
webux-securityStable
webux-serverStable
webux-socketStable
webux-sqlStable
webux-telemetryAlpha
webux-queueAlpha
webux-pubsubAlpha
webux-sitemapBeta
webux-searchBeta
webux-crawlerAlpha
webux-viewAlpha
webux-scyllaNot Tested
webux-mongoNot Tested
webux-janusgraphNot Tested

Setup

nvm install 20
nvm use 20

Now using node v20.12.2 (npm v10.5.0)

Getting Started

See the generator.

npm i -g husky lerna

Releases

npx lerna publish

Cleanup

for f in *; do echo $f; pushd $f; rm package-lock.json; rm -fr node_modules/; popd; done
for f in *; do echo $f; pushd $f; npm i; popd; done

# Packages

No description provided by the author