Skip to content

peiyanlu/create-project

Repository files navigation

Create New Project

NPM Version Package License NPM Downloads

Scaffolding Your New Project

With NPM:

npm create @peiyanlu/project@latest

With Yarn:

yarn create @peiyanlu/project

With PNPM:

pnpm create @peiyanlu/project

Then follow the prompts!

You can also directly specify the project name and the target directory handled method you want to use via additional command line options. run:

# npm 7+, extra double-dash is needed:
npm create @peiyanlu/project@latest my-nest-app -- --overwrite

# yarn
yarn create @peiyanlu/project my-nest-app --overwrite

# pnpm
pnpm create @peiyanlu/project my-nest-app --overwrite

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published