@vulcan-js/forge
v0.2.0
Published
All-in-one package that re-exports all Vulcan technical analysis modules
Maintainers
Readme
@vulcan-js/forge
All-in-one package that re-exports every Vulcan module — install once, import everything.
Installation
pnpm add @vulcan-js/forgeUsage
// Everything available from a single import
import { backtest, collect, createStrategy, rsi, sma } from '@vulcan-js/forge'Included Packages
| Package | Description |
| --- | --- |
| @vulcan-js/core | Core types and utilities |
| @vulcan-js/indicators | Technical analysis indicators |
| @vulcan-js/strategies | Trading strategies |
| @vulcan-js/backtest | Backtesting engine |
License
MIT
