Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/keltroth/create-nunjucks-app
- Owner: keltroth
- License: mit
- Created: 2021-06-30T12:06:22.000Z (over 3 years ago)
- Default Branch: primary
- Last Pushed: 2022-08-21T09:58:35.000Z (over 2 years ago)
- Last Synced: 2024-04-25T19:42:39.168Z (8 months ago)
- Topics: expressjs, mariadb, mongodb, nodejs, npm, npm-init, nunjucks, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 85.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.