Skip to content

Commit

Permalink
feat: v4
Browse files Browse the repository at this point in the history
feat: v4

chore: structure

chore: wip

chore: wip

cli: map groups with args

chore: wip on groups

chore:[WIP] update minimal optionsSchema

chore: remove unneeded code

chore: removed some double loops for perf

chore: [WIP] schema format simplified

chore: wip on typechecking

chore: remove old files

chore: remove unneeded props

chore: revise prop file

chore: trim down props

chore: wip on schema

chore: wip on validation

chore: replace yargs

chore: work on validation

feat: processing logic

chore: revise schema

feat: new options

chore: add cmd-line-usage

chore: simplify

chore: wip on validation logic

chore: wip on validation

chore: wip on logic

feat: fix installation

chore: fix edge case

chore: use ternary on exit

feat: add webpack-logger

chore: wip on abstraction layer

chore: wip on flags

feat: better abstraction level

feat: proccessing logic

feat: memfs infra

chore: setup initial compilation

feat: add remaining args

misc: move around and rename flag file

chore: fix linting

chore: remove redundant file

chore: revise return statement

chore: remove console.log

Fixed eslint errors

Merge fixeds

feat: wip on config resolving

chore: wip on config

chore: add extend option

chore: wip on inital proto

chore: wip

chore: better iteration

chore: fine tuning

chore: wip

chore: re-add deps

chore: update deps

chore: rebase

chore: rebase

chore: rebase

chore: rebse

chore: rebase

chore: revise

chore: wip

chore: wip

ench: remove some options

chore: revise some options

chore: rename options

chore: wip

chore: wip

chore: add analyze to command

chore: revise desc

chore: wip

chore: remove redundant file

chore: wip on infra

chore: add conventional config lookup

cHore: wip

chore: wip

chore: wip

chore: wip

chore: rebase

chore: remove old folder

chore: rebase

chore: add lerna

chore: lerna it

chore: lernaa

docs: fixed documentation
  • Loading branch information
evenstensberg authored and ematipico committed May 27, 2019
1 parent f0031fd commit 73abfbb
Show file tree
Hide file tree
Showing 406 changed files with 83,630 additions and 45,680 deletions.
18 changes: 9 additions & 9 deletions .cz-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ module.exports = {
scopes: [],
// sort type values in asc
types: [
{ value: "ast", name: "ast: init, migrate, add, etc" },
{ value: "break", name: "break: Changes that break the behaviour of the cli" },
{ value: "chore", name: "chore: Updating deps, docs, linting, etc" },
{ value: "cli", name: "cli: Core CLI things" },
{ value: "docs", name: "docs: Documentation" },
{ value: "feat", name: "feat: A new feature" },
{ value: "fix", name: "fix: Bugs, typos, etc" },
{ value: "misc", name: "misc: Other formats like tweaks and such" },
{ value: "tests", name: "tests: Tests, jest, binTestCases, etc" },
{ value: "ast", name: "ast: init, migrate, add, etc" },
{ value: "break", name: "break: Changes that break the behaviour of the cli" },
{ value: "chore", name: "chore: Updating deps, docs, linting, etc" },
{ value: "cli", name: "cli: Core CLI things" },
{ value: "docs", name: "docs: Documentation" },
{ value: "feat", name: "feat: A new feature" },
{ value: "fix", name: "fix: Bugs, typos, etc" },
{ value: "misc", name: "misc: Other formats like tweaks and such" },
{ value: "tests", name: "tests: jest, unit-tests, etc" },
]
};
375 changes: 0 additions & 375 deletions bin/cli.js

This file was deleted.

Loading

0 comments on commit 73abfbb

Please sign in to comment.