All Projects β†’ iamturns β†’ Create Exposed App

iamturns / Create Exposed App

Licence: mit
App generator with everything exposed for maximum control (powered by TypeScript, ESBuild, Jest, ESLint, GitHub Actions, Prettier, and more)

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
perl
6916 projects

Projects that are alternatives of or similar to Create Exposed App

Generator Ngx Rocket
πŸš€ Extensible Angular 11+ enterprise-grade project generator
Stars: ✭ 1,329 (+472.84%)
Mutual labels:  starter-kit, generator
Extension Create
Create modern cross-browser extensions with no build configuration.
Stars: ✭ 167 (-28.02%)
Mutual labels:  starter-kit, generator
Generator Jekyll Starter Kit
πŸš€ Jekyll Progressive Web App Generator.
Stars: ✭ 139 (-40.09%)
Mutual labels:  starter-kit, generator
nest-js-boilerplate
Nest.js boilerplate
Stars: ✭ 79 (-65.95%)
Mutual labels:  generator, starter-kit
Project Webcube
Continuously updated JS infrastructure for modern web dev
Stars: ✭ 141 (-39.22%)
Mutual labels:  starter-kit, generator
Apiato
PHP Framework for building scalable API's on top of Laravel.
Stars: ✭ 2,564 (+1005.17%)
Mutual labels:  starter-kit
Github Profilinator
πŸš€ This tool contains mini GUI components that you can hook together to automatically generate markdown code for a perfect readme.
Stars: ✭ 225 (-3.02%)
Mutual labels:  generator
Starter Kit
Some useful R-Ladies files πŸ’œ 🌍
Stars: ✭ 211 (-9.05%)
Mutual labels:  starter-kit
Starter Pack
Combines React (ft. hooks), Redux, Redux-saga and TypeScript with Auth0 as a starting point for modern web apps with solid authentication
Stars: ✭ 209 (-9.91%)
Mutual labels:  starter-kit
React Firebase Admin
React βš›οΈ starter kit with Firebase πŸ”₯ and Bulma for setting up an admin dashboard - Highly scalable, PWA, Serverless
Stars: ✭ 232 (+0%)
Mutual labels:  starter-kit
Gulp Pug Starter
Frontend development with pleasure. Pug + SCSS version
Stars: ✭ 228 (-1.72%)
Mutual labels:  starter-kit
Toa
A pithy and powerful web framework.
Stars: ✭ 220 (-5.17%)
Mutual labels:  generator
Generators
API Generator - instantly generate REST and GraphQL APIs (openapi (OAS) 3.0.0)
Stars: ✭ 213 (-8.19%)
Mutual labels:  generator
Laravel Craftsman
Laravel Craftsman CLI for easily crafting Laravel assets for any project (artisan make on steroids)
Stars: ✭ 227 (-2.16%)
Mutual labels:  generator
Pollinate
Template your base files and generate new projects from Git(Hub).
Stars: ✭ 213 (-8.19%)
Mutual labels:  generator
Go Html Boilerplate
Starter pack for doing web development in Go
Stars: ✭ 229 (-1.29%)
Mutual labels:  starter-kit
Generator Web Extension
Advanced WebExtension generator that creates everything you need to get started with cross-browser web-extension development.
Stars: ✭ 212 (-8.62%)
Mutual labels:  generator
Mockery
A mock code autogenerator for Golang
Stars: ✭ 3,138 (+1252.59%)
Mutual labels:  generator
React Starter Kit
React, Redux, Webpack, Material UI, Boostrap 4, Code Splitting, HMR
Stars: ✭ 229 (-1.29%)
Mutual labels:  starter-kit
Stator
Stator, your go-to template for the perfect stack. πŸ˜πŸ™
Stars: ✭ 217 (-6.47%)
Mutual labels:  generator

create-exposed-app

Version Downloads Last commit Build Status Coverage Status License PRs Welcome Code of conduct

App generator with everything exposed for maximum control (powered by TypeScript, ESBuild, Jest, ESLint, GitHub Actions, Prettier, and more)


Like zero-config? Get out!

Generate a flexible starting point for your app, where config files and scripts are in-your-face and ready to adapt to your needs.

Because every app is unique.

Go for it:

npm init exposed-app

command demo

What's included?

Setup

npm install @iamturns/create-exposed-app

Usage

Run the following command and follow the prompts:

npm init exposed-app

You can also invoke the app with arguments. For example:

npx create-exposed-app \
  --packageName="my-awesome-project" \
  --npmScope="@example" \
  --oneLiner="Does awesome stuff" \
  --authorName="Bruce Wayne" \
  --authorEmail="[email protected]" \
  --authorGithub="batman" \
  --authorTwitter="TheRealBatman" \
  --authorWebsite="https://batman.com"

Credits

This project is authored and maintained by Matt Turnbull (iamturns.com / @iamturns).

A big thank you to all contributors πŸ†

License

Open-source under MIT License.

FAQ

Uh oh, something went wrong!

Sorry about that. Please submit a bug report using the GitHub issue tracker.

I wish something was different…

Keen to hear all ideas in GitHub discussions.

Can I contribute code?

Yes please! See DEVELOPING.md.

My question isn't answered :(

Ask away in GitHub discussions.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].