1.2.0 • Published 10 months ago

create-builderhub-app v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago
> npx create-builderhub-app my-app

? description Hello. This is my app
? Author name Eunchurn Park
? Author email eunchurn@builderhub.io
? License MIT
? Package manager to use for installing packages from npm pnpm

Usage

npx create-builderhub-app <name>
npm init builderhub-app <name>
yarn create builderhub-app <name>

Templates

npx create-builderhub-app <name> --template=<template>

default

Default TypeScript App

npx create-builderhub-app <name>

vanilla-ts

Minimum setting for VanillaJS, HTML webpage required NodeJS version over 12.x

  • VanillaJS
  • Typescript
  • Webpack
  • Pure CSS
  • Autoprefixer (postcss-loader)
  • Assets(public)
  • Browser Sync (dev web server)
  • Minimization(Image, HTML, CSS, JS) on production
  • gh-pages Deployment
npx create-builderhub-app <name> --template=vanilla-ts

nextjs-mui

Next.js + Material UI v5 with TypeScript Project

npx create-builderhub-app <name> --template=nextjs-mui

lambda-api-gateway

AWS Lambda & AWS API Gateway project managed by Terraform

npx create-builderhub-app <name> --template=lambda-api-gateway
1.2.0

10 months ago

1.1.17

1 year ago

1.1.16

1 year ago

0.0.15

1 year ago

0.0.14

1 year ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago