Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/keltroth/create-nunjucks-app

This project aims to build a new project based on Nunjucks, ExpressJS et NodeJS using npm init command.
https://github.com/keltroth/create-nunjucks-app

expressjs mariadb mongodb nodejs npm npm-init nunjucks tailwindcss

Last synced: 2 days ago
JSON representation

This project aims to build a new project based on Nunjucks, ExpressJS et NodeJS using npm init command.

Awesome Lists containing this project

README

        

# Nunjucks + Express + NodeJS

⚠️ Under development. USE WITH CARE. ⚠️

This project aims to build a new project based on Nunjucks, ExpressJS et NodeJS.

It is based on `npm init` command.

## Create a new project

```bash
npm init nunjucks-app -- [--info] [--verbose] [--author "Your name"] [--description "Your project description"] [--tailwind] [--database mongodb|mariadb] project-name
```

### Optional features

1. Tailwind

You can add `tailwind` and `postcss` to your project with `--tailwind` options.

2. MongoDB

You can add `mongodb` to your project with `--database mongodb` options.

3. MariaDB

You can add `mariadb` to your project with `--database mariadb` options.