Socket
Socket
Sign inDemoInstall

skeet-app

Package Overview
Dependencies
40
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    skeet-app

Skeet Framework Boilerplate


Version published
Weekly downloads
8
decreased by-11.11%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Skeet App Template

Follow @ELSOUL_LABO2

Skeet Expo & Firebase Boilerplate

What's Skeet?

TypeScript Serverless Framework 'Skeet'.

The Skeet project was launched with the goal of reducing software development, operation, and maintenance costs.

Build Serverless Apps faster.

Dependency

Usage

$ npm i -g firebase-tools
$ npm i -g @skeet-framework/cli
$ skeet create <project-name>
$ cd <project-name>
$ skeet s

or if you pulled this repo:

$ skeet yarn install
$ skeet s

Open a new terminal and run:

$ skeet login
$ export ACCESS_TOKEN=<your-token>

※ You need OpenAI API key to use ChatGPT.

./functions/skeet/.env

CHAT_GPT_KEY=your-key
CHAT_GPT_ORG=your-org

Test your app:

$ skeet test

Open http://localhost:4000

EAS Build

EAS Build

You need to run this command to setup EAS Build project. (Edit app.json for example changing names and deleting "extra" to build new project.)

yarn build:configure

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/elsoul/skeet-app This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The package is available as open source under the terms of the Apache-2.0 License.

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.

FAQs

Last updated on 14 Nov 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc