0.2.2 • Published 1 year ago

@aland20/create-stack v0.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Create-Stack CLI Boilerplate Generator

Create-Stack is a CLI application that allows you to Easily start building web application by generates boilerplate and pre-configured setup. Currently, it supports client and server side projects for web application.

Server Side Project

  • Nodejs + Expressjs + Prisma (Optional) With Typescript.
  • Lodash + PM2 (Optional).
  • Prettier Script to format.
  • (Optional) Docker compose template for Node app + MySQL + Adminer.
  • Rollup or tsup.

Client Side Project

  • React Typescript + React Router.
  • Tailwindcss + Daisyui plugin.
  • Postcss Config.
  • Prettier Script to format.
  • Redux with react configured. With an alert slice example.
  • Axios Config.
  • Fetch request hook.
  • Local Storage hook.
  • Some startup React components.
  • React Icons.
  • React Select.
  • Vite Typescript Path plugin.

Installation

   npm install @aland20/create-stack --location=global

Usage

  • Follow the steps to generate a boilerplate.
create-stack my-app

Contribute

Feel free to contribute and make a pull request :)

License

This repository is under MIT LICENSE