uti-app

The ultimate template CLI for creating web apps

Usage no npm install needed!

<script type="module">
  import utiApp from 'https://cdn.skypack.dev/uti-app';
</script>

README

Uti App

The ultimate template CLI for creating web apps

Usage

Run npx uti-app to get a full list of available templates. You can also chose to initialize a git repository and install all dependencies with special flags.

Install Dependencies

--install or -i will automatically install the appropriate dependencies.

Git Repository

--git or -g will automatically initialize a git repository.

Skip Prompts

You can also skip all prompts by adding the -s or --skip flag.

Templates

There are currently two web app templates. All templates will automatically create an MIT license.

express-ejs

  • Express server with organized routes
  • SEO, service worker, manifest, and official nathan-pham assets
  • Config file for development/production (enables service worker)

web-experiment

  • Decent SEO (no icons or manifest)
  • Blank index.html with default styles

discord-bot

  • Bare bones discord bot with modular commands
  • Server (to keep bot alive on hosting services)
  • Config & helpers for embeds