feat: Add Be and tbd skill, also added Roadmap file

This commit is contained in:
2026-05-10 16:32:12 -04:00
parent 3500ade13f
commit 0bb8885802
29587 changed files with 10611695 additions and 0 deletions

22
Skills/@be/node_modules/joi/.travis.yml generated vendored Normal file
View File

@@ -0,0 +1,22 @@
# Travis optimizations, see http://docs.travis-ci.com/user/workers/container-based-infrastructure/
sudo: false
cache:
directories:
- node_modules
language: node_js
node_js:
- "0.10"
- "0.11"
deploy:
provider: npm
email: marsup@gmail.com
api_key:
secure: IuIigctAboFy2AGAcv/jUgRaVEQr23FX8ao+MM5fvmVpRZ/isHNQdJ2y1AAnCu5mCU+FgjNaXw/sB37J3Le5emMKhZMivXMTwAuLIbusEiQI6lzXflE7/+QK59jEcf/e5o6guTCf3CLMKo/yCrROYc/5sBuZuUqX2yDS6acGmZs=
on:
branch: master
tags: true
repo: hapijs/joi
node: "0.10"