0.0.15 • Published 2 months ago

startler v0.0.15

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

startler

A simple CLI application to kickstart new projects.

Startler image

NPM version

  • :hourglass: - Get up and running in seconds
  • :speech_balloon: - Simple dependency management - add or remove directly
  • :star: - Auto updates to latest versions of all dependencies
  • :file_folder: - Pre-configures project automatically
  • :bookmark: - Good templates to start from
  • :gear: - TypeScript, PNPM, Prettier, Vite, Vitest and more to choose from
  • :heart_eyes: - Beautiful and simple interface

Allows you to choose name, version, dependencies and type of package in seconds.

Install

npm install startler -g

Usage

# create a typescript library
startler lib <name-of-project>

# create a userscript project
startler userscript <name-of-project>

# create a cli application
startler cli <name-of-project>

Commands

The currently supported commands are:

lib

Simple lib template using TypeScript, Esno, Tsup, Vitest, Husky and more. All files setup and ready to go. Good starter for any application with Node.

userscript

Easily get going with a new userscript. All things preconfigured. Uses Vite and vite-plugin-monkey to make development easy.

cli

Much like the lib template but more tweaked towards having good defaults for a CLI application.

firebase

Simple starter with Firebase functions, updated to use tsup and some other things to improve DX.

monorepo

Monorepo starter template with my favorite defaults:

  • TypeScript
  • React
  • Tailwind CSS
  • Shadcn
  • Vite
  • Express
  • TRPc
  • Turborepo
  • Prisma
  • Dokku
  • Docker
  • ESLint
  • Prettier
  • Hoks

react

Simple React starter with Typescript, Tailwind, Shadcn, Vite, ESLint, Prettier, Hoks and some more things.

0.0.15

2 months ago

0.0.14

7 months ago

0.0.12

8 months 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

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago