Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 669 Bytes

CONTRIBUTING.md

File metadata and controls

37 lines (26 loc) · 669 Bytes

Contribute Guide

Pull Request Guidelines

  • Checkout a topic branch from main branch, and merge back against that branch.

  • Work in the src and templates folders.

  • Use fbi commit to commit your code.

    # install
    npx fbi add factory-commands
    # usage
    npx fbi commit

Development

  • Setup

    yarn
  • Start development

    yarn dev

Project Structure

  • src
    • commands: All builtIn commands.
    • core: Core modules.
    • cli.ts: Command-line entry file.
    • fbi.ts: Main module file.