1.0.1 • Published 2 years ago

@akasuv/lfg v1.0.1

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

lfg

Frontend project auto-configuration

Usage

$ npm install -g @akasuv/lfg
$ lfg COMMAND
running command...
$ lfg (--version)
lfg/1.0.0 darwin-arm64 node-v14.17.5
$ lfg --help [COMMAND]
USAGE
  $ lfg COMMAND
...

Commands

lfg write

Update project configuration, those files will be overridden if you have any of them in the current project:

  • .gitignore
  • .prettierrc
  • .eslintrc
  • .husky
  • .commitlintrc.json

Add scripts:release

Commit linting: run before committing your code

  • lint-staged: code formatting with Prettier
  • commitlint: linting commit message with Conventional Commits
USAGE
  $ lfg write

ARGUMENTS
  no arguments

FLAGS
  no flags

lfg help [COMMAND]

Display help for lfg.

USAGE
  $ lfg help [COMMAND] [-n]

ARGUMENTS
  COMMAND  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for lfg.