1.0.11 • Published 6 months ago

alpaca-firebase v1.0.11

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

alpaca-firebase

Algotrading bot example using TypeScript

Learn how to create your first algotrading bot on Medium.

Prerequisites

Node v22.12.0 and a global installation of firebase-tools are required to work on this project:

nvm install v22.12.0
npm i -g firebase-tools

Installation

git clone https://github.com/nielse63/alpaca-firebase.git
cd alpaca-firebase
nvm use
npm ci

Usage

CommandDescription
npm run serveRun the firebase functions locally
npm run deployDeploy functions to production

Development

CommandDescription
npm run lintLint and format source files
npm run buildGenerate type declaration files

Testing

npm test

# with coverage
npm test -- --coverage

Creating a new release

npm run release
npm run release -- --patch    # release patch version
npm run release -- --minor    # release minor version
npm run release -- --major    # release major version
npm run release -- --force    # run even with uncommitted changes
npm run release -- --dry-ryn  # don't create an npm release
1.0.9

6 months ago

1.0.11

6 months ago

1.0.10

6 months ago

1.0.8

6 months ago

1.0.7

6 months ago

1.0.6

6 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago