Skip to content

fbi-js/fbi-next

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[WIP] fbi-next

npx fbi [command] [options]

Dev

yarn
npx lerna bootstrap
npx fbi commit --local

Prod

npx fbi commit

Commands

  • create: create a new project via templates
    • templates:
      • react
      • vue
      • vue2
      • multi-pkg
      • single-pkg
  • commit: git commit
  • format: code format(standard)
  • serve: starts a dev (or static) server
    • vite
    • webpack
  • build: produces a production-ready bundle
    • rollup
    • webpack
  • release: package release
  • lint: eslint
  • test?: unit tests

Configs

migrate from https://github.com/fbi-js/config