https://github.com/elsoul/skeet-functions-only
https://github.com/elsoul/skeet-functions-only
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/elsoul/skeet-functions-only
- Owner: elsoul
- License: apache-2.0
- Created: 2023-09-18T09:47:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-16T20:01:46.000Z (over 1 year ago)
- Last Synced: 2025-06-05T23:59:31.742Z (4 months ago)
- Language: TypeScript
- Size: 494 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

# Skeet Framework Boilerplate
This repo will be generated from _skeet create _ .
## Usage
```bash
$ npm i -g firebase-tools
$ npm i -g @skeet-framework/cli
``````bash
$ skeet create
``````bash
$ cd
$ skeet s
```Open a new terminal and run:
```bash
$ skeet login
$ export ACCESS_TOKEN=
```**※ You need OpenAI API key to get success for default test.**
_./functions/skeet/.env_
```bash
CHAT_GPT_KEY=your-key
CHAT_GPT_ORG=your-org
```Test your app:
```bash
$ skeet test
```Open Firebase Emulator: http://localhost:4000
Open Front-end App: http://localhost:4200
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/elsoul/skeet-next This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
## License
The package is available as open source under the terms of the [Apache-2.0 License](https://www.apache.org/licenses/LICENSE-2.0).
## Code of Conduct
Everyone interacting in the SKEET project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/elsoul/skeet-next/blob/master/CODE_OF_CONDUCT.md).