@snelusha/noto 0.3.4 → 0.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -4
- package/bin/noto.mjs +1 -1
- package/dist/cli.cjs +3 -5210
- package/dist/cli.cjs.map +1 -0
- package/dist/cli.js +14 -0
- package/dist/cli.js.map +1 -0
- package/package.json +8 -8
- package/dist/cli.d.mts +0 -2
- package/dist/cli.mjs +0 -5207
package/README.md
CHANGED
|
@@ -2,10 +2,6 @@
|
|
|
2
2
|
<p align="center"><sup>(/nōto/, <em>notebook</em> in Japanese)</sup></p>
|
|
3
3
|
<img src="https://github.com/snelusha/static/blob/main/noto/banner-minimal.png?raw=true" align="center"></img>
|
|
4
4
|
|
|
5
|
-
<pre align="center">
|
|
6
|
-
<p>npm install -g <b>@snelusha/noto</b></p>
|
|
7
|
-
</pre>
|
|
8
|
-
|
|
9
5
|
## Features
|
|
10
6
|
|
|
11
7
|
- **Instant Commit Messages**: Generate clear, context-aware messages based on staged changes.
|
package/bin/noto.mjs
CHANGED