Skip to content

nyxblabs/starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸͺ„ Nyxb Starter Templates

Quickly get started with a minimal Nyxb starter template!

⏱️ Quick start

Head over to nyxb.new to get started quickly.

πŸ“– Usage

You can use nyxbi CLI to clone latest template to an empty directory:

$ npx nyxbi init [-t,--template=<template>] [<dir>]

Example: Clone monorepo to my-app directory:

$ npx nyxbi init -t monorepo my-app

πŸ“„ Templates

Name Description Local Online
monorepo Turborepo npx nyxbi init -t monorepo my-app Stackblitz / CodeSandbox
Nextjs Latest Nextjs npx nyxbi init -t nextjs Stackblitz / CodeSandbox

Contribution

Each template is maintained in a branch (see all branches). For improvements, please open a Pull Request to each individual branch.

Note: Please avoid commiting lock-files such as pnpm-lock.yaml yarn.lock and package-lock.json to template branches!

License

MIT - Made with πŸ’™