We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
emyann
No branches or pull requests
Preset Pattern:
1.Application Type -> 2.Bundler -> 3.Test Framework -> 4.Publishing -> 5.CI -> 6.CD
Where
1.Typescript, 2.Webpack, 3.Karma+Jasmine, 4.Semantic Release, 5.CircleCI
1.Typescript, 2.None, 3.None, 4.None, 5.None
Or
The text was updated successfully, but these errors were encountered: