better-project-name
v0.3.0-alpha.0
Published
## clone
Readme
ts project template
clone
git clone https://github.com/HcySunYang/template-ts.git
git remote rm origin
git remote add origin {https://github.com/user/repo.git}Modify metadata
package.json
- name
- repository
- author
- types
README.md
Describe your project
rollup.config.js
Currently it is the basic configuration, you can modify it according to your needs.
Features
yarn devfor devyarn buildfor buildyarn testfor tests- write test files in the
testsfolder ((\\.|/)(test|spec))\\.tsx?$- writing dts tests in the
test-dtsfolder
- write test files in the
yarn commitfor commityarn changeloggenerate changelog- pre-commit hook & lint-staged
- format on save when using vscode(
prettier) - integrate github action(only work on the
mainbranch) yarn releasefor releasing your package--drydry run--skipTestsskip tests--skipBuildskip build--preIdspecify pre-release preid:yarn release --preId alpha- You can specify the version:
yarn release [version]
