You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create node cli with this friendly boilerplate. Use this respository as template for your new node command line interface project
9
+
Create node cli with this user friendly boilerplate. Use this respository as template for your new npm command line interface project
10
10
11
11
This is a [github template](https://github.blog/2019-06-06-generate-new-repositories-with-repository-templates/), you can fork it or [use as template](https://github.com/ptkdev-boilerplate/node-cli-boilerplate/generate) for start new project with this repository as hello-world. I hate start new project with empty template, often i missing correct configuration, readme instruction or i need of samples of code. Use this repository as template solve this problem.
12
12
@@ -62,9 +62,10 @@ You can use npx, example: `npx @ptkdev/node-cli-boilerplate`
62
62
#### 🏁 Run Project
63
63
64
64
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).
65
-
2. Run `npm run init`
66
-
3. Run `npm run build && npm run link` (unix require `sudo`)
67
-
4. Run `node-cli-boilerplate` anywhere for execute command line tool
65
+
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
68
69
69
70
or run `npm run dev` for watch mode.
70
71
@@ -84,7 +85,7 @@ Thanks to all our backers! 🙏 Donate 3$ or more on [paypal](https://www.paypal
84
85
85
86
## 👨💻 Contributing
86
87
87
-
I ❤️ contributions! I will happily accept your pull request! Translations, grammatical corrections (GrammarNazi you are welcome! Yes my English is bad, sorry), etc... Do not be afraid, if the code is not perfect we will work together 👯 and remember to insert your name in `.all-contributorsrc` and `package.json` file.
88
+
I ❤️ contributions! I will happily accept your pull request! (**IMPORTANT**: Only nightly branch!) Translations, grammatical corrections (GrammarNazi you are welcome! Yes my English is bad, sorry), etc... Do not be afraid, if the code is not perfect we will work together 👯 and remember to insert your name in `.all-contributorsrc` and `package.json` file.
88
89
89
90
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
90
91
@@ -120,13 +121,13 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
0 commit comments