Open emyann opened 6 years ago
Preset Pattern: 1.Application Type -> 2.Bundler -> 3.Test Framework -> 4.Publishing -> 5.CI -> 6.CD
1.Application Type -> 2.Bundler -> 3.Test Framework -> 4.Publishing -> 5.CI -> 6.CD
create-ts-lib --preset default my-package create-ts-lib --preset minimal my-package
Where
Or
create-ts-lib --type [ typescript-client | typescript-server | typescript-universal ] --bundler [ webpack | parcel | rollup ] --test-framework [ jest | karma-jasmine | chai-mocha ] --publish [ cli | npm ] --ci [ circleci | travis ] --cd [ zeit ] my-package
Preset Pattern:
1.Application Type -> 2.Bundler -> 3.Test Framework -> 4.Publishing -> 5.CI -> 6.CD
Where
Or