Skip to content

OSpoon/create-tlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

create-tlist

Scaffolding Your First Project

With NPM:

$ npm create tlist

With Yarn:

$ yarn create tlist

With PNPM:

$ pnpm create tlist

Then follow the prompts!

You can also directly specify the project name and the template you want to use via additional command line options. For example, to scaffold a Vite + Vue project, run:

# npm 6.x
npm create tlist@latest my-vue-app --template vue

# npm 7+, extra double-dash is needed:
npm create tlist@latest my-vue-app -- --template vue

# yarn
yarn create tlist my-vue-app --template vue

# pnpm
pnpm create tlist my-vue-app --template vue

Currently supported template presets include:

  • vue
  • vue-ts

You can use . for the project name to scaffold in the current directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published