create-web-framework

1.0.7 • Public • Published

Create Web Framework

A versatile command-line tool to scaffold and set up various web application frameworks effortlessly. Seamlessly create projects using React, Vue, Angular, Next.js, Gatsby.js, Nuxt, or Express, with the flexibility to choose different package managers like npm, pnpm, or yarn.

Example

Base Command Template

  [Node Package Manager] create web-framework [Project Name]
Parameter Type Description
Node Package Manager string Required. Your Preferred Package Manager
Project Name string Optional. Project Name

Using NPM

  npm create web-framework my-app

Using PNPM

  pnpm create web-framework my-app

Using Yarn

  yarn create web-framework my-app

√ Which package manager do you want to use? » pnpm
√ Select a framework: » React.js
√ Enter the name of your project (press Enter to use default name): ... my-app

Support

For support, Discord(@ashiqtasdid) or send a tweet via X.

License

MIT

Package Sidebar

Install

npm i create-web-framework

Weekly Downloads

1

Version

1.0.7

License

MIT

Unpacked Size

6.76 kB

Total Files

3

Last publish

Collaborators

  • ashiqtasdid