0.0.9 • Published 2 years ago

@mrlol/web.cli v0.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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