create-gcf
v0.1.0
Published
Scaffold for Google Cloud Functions with TS/JS, eslint/prettier/jest, dotenvx, tsc-watch
Maintainers
Readme
create-gcf
🚀 A simple scaffold for Google Cloud Functions using TypeScript or JavaScript.
This CLI helps you quickly bootstrap a Cloud Function project using @google-cloud/functions-framework. TypeScript support is built in, with plans for optional ESLint, Prettier, Jest, dotenvx, and GitHub Actions integration.
✨ Features
- 📦 TypeScript / JavaScript template support
- ⚡ Preconfigured with
functions-framework - 🧪 Minimal and clean project structure
- 🛠️ Extensible: future support for linting, testing, CI, env handling
🚀 Usage
npx create-gcfYou'll be prompted to enter:
- Project name
- Whether to use TypeScript
Then:
cd your-project-name
npm install
npm run dev