Skip to content

Commit b3a0565

Browse files
committed
Merge branch 'beta'
2 parents c81afc6 + ec380d6 commit b3a0565

8 files changed

Lines changed: 21134 additions & 20846 deletions

File tree

.all-shieldsrc

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -249,15 +249,6 @@
249249
"style": "flat",
250250
"logo": "",
251251
"platform": "shields"
252-
},
253-
{
254-
"url": "https://github.com/sourcesense/joyce",
255-
"color": "#CECBE6",
256-
"label": "🗄 Sourcesense",
257-
"message": "Joyce",
258-
"style": "flat",
259-
"logo": "",
260-
"platform": "shields"
261252
}
262253
]
263254
},

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
1-
# v2.0.2 (February 21, 2022)
1+
# v2.0.3 (April 06, 2022)
22

3-
- Refactor: CI/CD now update the version of the package to the latest (nightly)
3+
- Security: updated dependencies
4+
- Fix: readme, build and scripts
45

56
<!-- all-shields/sponsors-badges:START -->
67

78
[![Donate Paypal](https://img.shields.io/badge/donate-paypal-005EA6.svg?style=for-the-badge&logo=paypal)](https://www.paypal.me/ptkdev) [![Donate Ko-Fi](https://img.shields.io/badge/donate-ko--fi-29abe0.svg?style=for-the-badge&logo=ko-fi)](https://ko-fi.com/ptkdev) [![Donate Github Sponsors](https://img.shields.io/badge/donate-sponsors-ea4aaa.svg?style=for-the-badge&logo=github)](https://github.com/sponsors/ptkdev) [![Donate Patreon](https://img.shields.io/badge/donate-patreon-F87668.svg?style=for-the-badge&logo=patreon)](https://www.patreon.com/join/ptkdev) [![Donate Bitcoin](https://img.shields.io/badge/BTC-35jQmZCy4nsxoMM3QPFrnZePDVhdKaHMRH-E38B29.svg?style=flat-square&logo=bitcoin)](https://ptk.dev/img/icons/menu/bitcoin_wallet.png) [![Donate Ethereum](https://img.shields.io/badge/ETH-0x8b8171661bEb032828e82baBb0B5B98Ba8fBEBFc-4E8EE9.svg?style=flat-square&logo=ethereum)](https://ptk.dev/img/icons/menu/ethereum_wallet.png)
89

910
<!-- all-shields/sponsors-badges:END -->
1011

12+
# v2.0.2 (February 21, 2022)
13+
14+
- Refactor: CI/CD now update the version of the package to the latest (nightly)
15+
1116
# v2.0.1 (January 16, 2022)
1217

1318
- Fix: CI/CD

LICENSE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ SOFTWARE.
2828

2929
> Images, assets and logos
3030
31-
Copyleft (c) 2021 Patryk Rzucidło (PTKDev)
31+
Copyleft (c) 2022 Patryk Rzucidło (PTKDev)
3232

3333
#### You are free to:
3434

@@ -50,7 +50,7 @@ No additional restrictions — You may not apply legal terms or technological me
5050

5151
> Documentation and Translations
5252
53-
Copyleft (c) 2021 Patryk Rzucidło (PTKDev)
53+
Copyleft (c) 2022 Patryk Rzucidło (PTKDev)
5454

5555
#### You are free to:
5656

README.md

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!-- all-shields/header-badges:START -->
44

5-
[![v2.0.2](https://img.shields.io/badge/version-v2.0.2-lightgray.svg?style=flat&logo=)](https://github.com/ptkdev-boilerplate/node-cli-boilerplate/blob/main/CHANGELOG.md) [![](https://img.shields.io/npm/v/@ptkdev/node-cli-boilerplate?color=CC3534&logo=npm)](https://www.npmjs.com/package/@ptkdev/node-cli-boilerplate) [![License: MIT](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat&logo=license)](https://github.com/ptkdev-boilerplate/node-cli-boilerplate/blob/main/LICENSE.md) [![Language: TypeScript](https://img.shields.io/badge/language-typescript-blue.svg?style=flat&logo=typescript)](https://www.typescriptlang.org/) [![ECMAScript: 2019](https://img.shields.io/badge/ES-9-F7DF1E.svg?style=flat&logo=javascript)](https://github.com/tc39/ecma262) [![Discord Server](https://discordapp.com/api/guilds/383373985666301975/embed.png)](https://discord.ptkdev.io)
5+
[![v2.0.3-beta.1](https://img.shields.io/badge/version-v2.0.3--beta.1-lightgray.svg?style=flat&logo=)](https://github.com/ptkdev-boilerplate/node-cli-boilerplate/blob/main/CHANGELOG.md) [![](https://img.shields.io/npm/v/@ptkdev/node-cli-boilerplate?color=CC3534&logo=npm)](https://www.npmjs.com/package/@ptkdev/node-cli-boilerplate) [![License: MIT](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat&logo=license)](https://github.com/ptkdev-boilerplate/node-cli-boilerplate/blob/main/LICENSE.md) [![Language: TypeScript](https://img.shields.io/badge/language-typescript-blue.svg?style=flat&logo=typescript)](https://www.typescriptlang.org/) [![ECMAScript: 2019](https://img.shields.io/badge/ES-9-F7DF1E.svg?style=flat&logo=javascript)](https://github.com/tc39/ecma262) [![Discord Server](https://discordapp.com/api/guilds/383373985666301975/embed.png)](https://discord.ptkdev.io)
66

77
<!-- all-shields/header-badges:END -->
88

@@ -28,6 +28,7 @@ This is a [github template](https://github.blog/2019-06-06-generate-new-reposito
2828
- 🔨 [Developer Mode](#-developer-mode)
2929
- - 🏁 [Run Project](#-run-project)
3030
- - 💾 [Setup Project](#-setup-project)
31+
- - 🚀 [Deploy](#-deploy)
3132
- 👨‍💻 [Contributing](#-contributing)
3233
- 🐛 [Known Bugs](https://github.com/ptkdev-boilerplate/node-cli-boilerplate/issues?q=is%3Aopen+is%3Aissue+label%3Abug)
3334
- 🍻 Community:
@@ -63,16 +64,27 @@ You can use npx, example: `npx @ptkdev/node-cli-boilerplate`
6364

6465
1. Clone this repository or download [nightly](https://github.com/ptkdev-boilerplate/node-cli-boilerplate/archive/nightly.zip), [beta](https://github.com/ptkdev-boilerplate/node-cli-boilerplate/archive/beta.zip) or [stable](https://github.com/ptkdev-boilerplate/node-cli-boilerplate/archive/main.zip).
6566
2. Run `npm install`
66-
3. Run `npm run build`
67-
4. Run `npm run link`
68-
5. Run `node-cli-boilerplate` anywhere for execute command line tool
67+
3. Run `npm run dev` for watch mode
6968

70-
or run `npm run dev` for watch mode.
69+
If you want to try cli locally:
70+
71+
4. Run `npm run build`
72+
5. Run `npm link` (on unix/mac use `sudo npm link`)
73+
6. Run `node-cli-boilerplate` anywhere for execute command line tool
74+
75+
For uninstall it run `npm unlink` (on unix/mac use `sudo npm unlink`)
7176

7277
#### 💾 Setup Project
7378

7479
If you want replace all strings (example: package name, author, urls, etc...) in markdown file, source files and others files of this project you need edit `setup.json` with correct values and run `npm run setup`.
7580

81+
#### 🚀 Deploy
82+
83+
For create npm package:
84+
85+
- Run `npm run release`
86+
- Run `npm publish`
87+
7688
## 📚 Documentation
7789

7890
Run `npm run docs`
@@ -121,7 +133,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
121133

122134
<!-- all-shields/projects-badges3:START -->
123135

124-
[![](https://img.shields.io/badge/%F0%9F%9A%A7%20WebComponents-My%20Collection-e74c3c.svg?style=flat&logo=)](https://github.com/ptkdev-components) [![](https://img.shields.io/badge/%F0%9F%94%96%20Bot-AboutMeInfo-1FA0F2.svg?style=flat&logo=)](https://github.com/ptkdev/aboutmeinfo-telegram-bot) [![](https://img.shields.io/badge/%E2%8F%B1%20Bot-QuizQuickAnswer-FEC91A.svg?style=flat&logo=)](https://github.com/ptkdev/quizquickanswer-telegram-game-bot) [![](https://img.shields.io/badge/%F0%9F%93%9A%20Bot-GameBookChat-34495e.svg?style=flat&logo=)](https://t.me/gamebookchatbot) [![](https://img.shields.io/badge/%F0%9F%8E%A8%20Themes-VSCode-f1c40f.svg?style=flat&logo=)](https://github.com/ptkdev/vscode-theme-dark-blood) [![](https://img.shields.io/badge/%F0%9F%97%84%20Sourcesense-Joyce-CECBE6.svg?style=flat&logo=)](https://github.com/sourcesense/joyce)
136+
[![](https://img.shields.io/badge/%F0%9F%9A%A7%20WebComponents-My%20Collection-e74c3c.svg?style=flat&logo=)](https://github.com/ptkdev-components) [![](https://img.shields.io/badge/%F0%9F%94%96%20Bot-AboutMeInfo-1FA0F2.svg?style=flat&logo=)](https://github.com/ptkdev/aboutmeinfo-telegram-bot) [![](https://img.shields.io/badge/%E2%8F%B1%20Bot-QuizQuickAnswer-FEC91A.svg?style=flat&logo=)](https://github.com/ptkdev/quizquickanswer-telegram-game-bot) [![](https://img.shields.io/badge/%F0%9F%93%9A%20Bot-GameBookChat-34495e.svg?style=flat&logo=)](https://t.me/gamebookchatbot) [![](https://img.shields.io/badge/%F0%9F%8E%A8%20Themes-VSCode-f1c40f.svg?style=flat&logo=)](https://github.com/ptkdev/vscode-theme-dark-blood)
125137

126138
<!-- all-shields/projects-badges3:END -->
127139

@@ -137,4 +149,4 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
137149
- Images and logos have **CC BY-NC 4.0 License**
138150
- Documentations and Translations have **CC BY 4.0 License**
139151

140-
###### Copyleft (c) 2021 [Patryk Rzucidło](https://ptk.dev) ([@PTKDev](https://twitter.com/ptkdev)) <[support@ptkdev.io](mailto:support@ptkdev.io)>
152+
###### Copyleft (c) 2022 [Patryk Rzucidło](https://ptk.dev) ([@PTKDev](https://twitter.com/ptkdev)) <[support@ptkdev.io](mailto:support@ptkdev.io)>

0 commit comments

Comments
 (0)