0.0.48 • Published 3 years ago
@onekeyfe/blockchain-libs v0.0.48
Blockchain Libs
I want to develop
- Install nodejs, recommend >= 14.x
- Install yarn
cd $the_project
yarn
Before start commit
A commit message consists of three sections: Header(required), Body(optional)
and Footer(optional).
Header is a single line string which is composed of three parts:
type(required), scope(optional) and subject(required).
<type>(<scope>): <subject>
// An empty line
<body>
// An empty line
<footer>
To avoid automatic line wrapping, always wrap lines of a commit message
to 72 characters.
---
Commit method 1 (manually):
eg:
git commit -m "feat: add some new features"
git commit -m "fix: fix some bugs"
Commit method 2 (interactively):
brew install commitizen
cz c
I want to publish new package
npm install -g conventional-changelog-cli
yarn version
and input new version, then will update the CHANGELOG.mdgit push --tag
I want to use it as a package
cd $my_own_project
yarn add @onekeyfe/blockchain-libs
0.0.47
3 years ago
0.0.48
3 years ago
0.0.46
3 years ago
0.0.40
3 years ago
0.0.41
3 years ago
0.0.42
3 years ago
0.0.43
3 years ago
0.0.44
3 years ago
0.0.45
3 years ago
0.0.36
3 years ago
0.0.37
3 years ago
0.0.38
3 years ago
0.0.39
3 years ago
0.0.33
3 years ago
0.0.34
3 years ago
0.0.35
3 years ago
0.0.30
3 years ago
0.0.32
3 years ago
0.0.30-alpha
3 years ago
0.0.24
3 years ago
0.0.25
3 years ago
0.0.26
3 years ago
0.0.27
3 years ago
0.0.28
3 years ago
0.0.29
3 years ago
0.0.23
3 years ago