Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

developer239/create-opinionated-app

Repository files navigation

🙌 UPDATE 🙌

This project was split into multiple composable microgenerators. Please, take a look at @developer239/compgen. 🔥🚀

The idea is that generators are cool but what if you only want to add eslint configuration? With create-opinionated-app it wouldn't be possible but @compgen has @compgen/eslint which can help you configure ONLY Eslint for Node or React or React Native applications.

Actions Status Maintainability semantic-release npm version

Create Opinionated App

Installation

Requirements:

  • Node version >= 12 🙏
  • Xcode version >= 11 [react-native only]

Run following command:

$ npx create-opinionated-app

Or you can install this library as global dependency:

$ npm install -g create-opinionated-app
$ create-opinionated-app

What does it do

All app generator that was created so that bootstrapping new pet project or examples for conferences and creating new open source project for awesome GitHub community is easier.

Keep in mind that this generator is strongly opinionated. Javascript community is most likely the liveliest. We have amazing arsenal of libraries to use. However, I would like to standardize my toolset across all projects.

React Applications

All of us need Typescript, CSS-in-JS, code quality tools and basic configuration for unit testing. This generator creates following applications:

Core Project Dependencies
Code Quality Tools

You can find config files for these hand-crafted code quality resources here. ❤

Testing

Node Applications

Backend projects are in a way much simpler to setup than frontend projects because libraries that are commonly used are more stable and Node environment is more predictable.

  • node-cli (minimal node.js + typescript)
  • nest.js
Core Project Dependencies
Code Quality Tools

You can find config files for these hand-crafted code quality resources here. ❤

Testing
  • Jest for cross-platform testing
Deployment
  • Heroku optional Heroku configuration

Contribution

If you are missing some features or if you have any ideas how to improve the code base feel free to create an issue. You do not have to create pull request. Right now the project is small so even bug reports or random thoughts can help. Thank you. 🙂