Create BACKAN project
BACKAN Create endpoints with type validations and OpenApi documentation, safely and quickly.
This package contains BACKAN Create library
A CLI
for creating new Backan project.
CLI
npm create backan@latest
pnpm create backan@latest
yarn create backan@latest
bun create backan@latest
API
You can also use create-backan
programmatically
import { create } from 'create-backan';
await create( {
input : '.',
name : 'my-app-name',
template : 'demo',
install : false,
open : 'code',
});
Parameters
export type CreateParams = {
input?: string
name?: string
template?: typeof TEMPLATES[keyof typeof TEMPLATES]
install?: typeof INSTALL_OPTS[keyof typeof INSTALL_OPTS]
open?: typeof OPEN_OPTS[keyof typeof OPEN_OPTS]
}
Examples
npm create backan@latest --name=my-app-name --template='skeleton' --open='code' --install='npm'
pnpm create backan@latest --name=my-app-name --template='skeleton' --open='code' --install='pnpm'
library
Now it's time to start with backan
. Read more
More from Backan
👨💻 Development
BACKAN is an open-source project and its development is open to anyone who wants to participate.
☕ Donate
Help us to develop more interesting things.
📜 License
This software is licensed with GPL-3.0.
🐦 About us
PigeonPosse is a ✨ code development collective ✨ focused on creating practical and interesting tools that help developers and users enjoy a more agile and comfortable experience. Our projects cover various programming sectors and we do not have a thematic limitation in terms of projects.
Collaborators