v1.10.0
New Features
- Added skeet create
--backend
option
$ skeet create <appName> --backend
You can choose
- GraphQL Backend
or - Firestore Backend
This GraphQL backend is already containerized.
It's ready to be deployed to your favorite cloud provider or run locally.
Build GraphQL docker
$ skeet docker build
Run GraphQL docker
$ skeet docker run
Remove GraphQL docker
$ skeet docker rm
Firebase Backend can be set up by
$ skeet init --login
$ skeet deploy
What's Changed
- update: release v1.10.0 by @POPPIN-FUMI in d276fcb
- Merge pull request 132 from elsoul/backend by @POPPIN-FUMI in c32274c
- add backend only by @POPPIN-FUMI in 8e06494
- update: release v1.9.0 by @KishiTheMechanic in 54db437
- Merge pull request 129 from elsoul/fix/eslint by @kishi.sol in 6e504f6
- fix eslint config for graphql template by @KishiTheMechanic in c0a1e80
- update: release v1.8.3 by @KishiTheMechanic in 5428013
- Merge pull request 128 from elsoul/fix/eslint by @kishi.sol in 3632296
- add eslint rules for promises handle by @KishiTheMechanic in d746591
- add eslint by @KishiTheMechanic in dcb9b66