Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/revmischa/buttesbot
Buttes TCL interpreter
https://github.com/revmischa/buttesbot
Last synced: 3 days ago
JSON representation
Buttes TCL interpreter
- Host: GitHub
- URL: https://github.com/revmischa/buttesbot
- Owner: revmischa
- License: mit
- Created: 2022-04-18T14:35:12.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-04-19T20:59:52.000Z (over 2 years ago)
- Last Synced: 2024-10-18T07:52:11.114Z (3 months ago)
- Language: Tcl
- Size: 3.32 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ButtesBot
## Quickstart
### Start by installing the dependencies
```bash
sudo apt install tcl-dev
npm install
```### Eval TCL
```bash
npx esmo run.ts fatgoon
```Output:
```shell
Command fatgoon
---I ordered about $30 worth of food from __________
burger king in 2006, and all the kids working \ (--[ .]-[ .]
the grill asked if they could have their (_______O__)
photo taken with me. That was kind of weird.
```## AWS Commands
### `npm run start`
Starts the local Lambda development environment.
### `npm run build`
Build your app and synthesize your stacks.
Generates a `.build/` directory with the compiled files and a `.build/cdk.out/` directory with the synthesized CloudFormation stacks.
### `npm run deploy [stack]`
Deploy all your stacks to AWS. Or optionally deploy a specific stack.
### `npm run remove [stack]`
Remove all your stacks and all of their resources from AWS. Or optionally remove a specific stack.
### `npm run test`
Runs your tests using Jest. Takes all the [Jest CLI options](https://jestjs.io/docs/en/cli).
## Documentation
Learn more about the Serverless Stack.
- [Docs](https://docs.serverless-stack.com)
- [@serverless-stack/cli](https://docs.serverless-stack.com/packages/cli)
- [@serverless-stack/resources](https://docs.serverless-stack.com/packages/resources)