https://github.com/jackdbd/nbb-playground
https://github.com/jackdbd/nbb-playground
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jackdbd/nbb-playground
- Owner: jackdbd
- Created: 2022-10-16T07:42:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-09T10:51:10.000Z (over 3 years ago)
- Last Synced: 2025-03-11T06:49:20.242Z (over 1 year ago)
- Language: JavaScript
- Size: 53.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nbb playground
Playground to try out [nbb](https://github.com/babashka/nbb).
## Installation
This project can be managed with [Babashka tasks](https://book.babashka.org/#tasks) defined in a `bb.edn` file. You can check the list of available tasks using this command:
```sh
bb tasks
```
Install all npm packages from npm.js and all jars from Clojars:
```sh
bb install
```
## Development
Run a `.cljs` script using nbb:
```sh
bb demo
```
Remove all dependencies and the nbb cache:
```sh
bb clean
```
## Deploy (TODO)
Deploy to Google Cloud Functions 2nd generation.
```sh
bb deploy
```