blix

授权协议 MIT License
开发语言 JavaScript
所属分类 Web应用开发、 常用JavaScript包
软件类型 开源软件
地区 不详
投 递 者 卫烨烁
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

For documentation + guides visit our website

Blix Cli is a multi use tool for

  1. Creating applications
  2. Adding tools to existing applications
  3. Automating common tasks
  4. Generating custom files
  5. Enchancing developer productivity.

Blix works to provide a pleasant, rapid development experience by leveraging convention + configuration.

Currently Blix focuses on Javasript projects - React, Vue, Express, etc. But in the future expect it to expand to much more.

Installation

System requirements: Blix requires Node version 8 or above.

To install Blix globally:

npm install -g blix
# OR
yarn global add blix

Blix commands:

  blix new
  blix add
  blix scripts
  blix generate | g
  blix notes
  blix do
  blix help
  blix version | -v

Quick Start: Build a new project from scratch:

To create a new project with Blix without installing it you can use npx to try it out!

npx blix new

You will then be prompted on what you need for your new project.

For more in-depth walkthroughs check out these quick start examples on our website:

New Default Project

Add Redux/React-Router to Create-React-App

相关阅读

相关文章

相关问答

相关文档