Skip to content

A command line interface to init your web proyect with different frameworks.

License

Notifications You must be signed in to change notification settings

MrlolDev/web.cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm package

web.cli · GitHub license npm version npm downloads

Spanish Docs

A command line interface to init your web project with different frameworks.

Installation

With NPM

$ npm i @mrlol/web.cli -g

With Yarn

$ yarn add @mrlol/web.cli -g

Usage

Init your project

When you install web.cli you only need to run the command web. After that it will ask you some questions to create your project. It can take a few minutes to create your project.

$ web

Get and delete configs

You can get the configs you have saved. And you can also delete them.

$ web-configs

Available frameworks

If you want to suggest a new framework, please open an issue on Github. Or fork the project repo and create a pull request.

Frontend frameworks

  1. React
  2. Vue
  3. Angular
  4. Next

Backend frameworks

  1. Express
  2. Koa
  3. Fastify
  4. Nest

App frameworks

  1. React Native
  2. Ionic
  3. Electron