File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,17 @@ $ npm install ./readme-generator-for-helm
5050
5151Depending on how you installed NodeJS in your system, you may need to modify your ` PATH ` environment variable to be able to execute the tool.
5252
53+ ## Single Binary
54+
55+ Execute the following commands to create a single executable binary for the tool:
56+
57+ ``` console
58+ $ git clone https://github.com/bitnami-labs/readme-generator-for-helm
59+ $ cd ./readme-generator-for-helm
60+ $ npm install -g pkg
61+ $ pkg . -o readme-generator-for-helm
62+ ```
63+
5364## Test
5465
5566We use [ Jest] ( https://jestjs.io ) to implement the tests. In order to test your changes, execute the following command:
Original file line number Diff line number Diff line change 4545 "bugs" : {
4646 "url" : " https://github.com/bitnami-labs/readme-generator-for-helm/issues"
4747 },
48- "homepage" : " https://github.com/bitnami-labs/readme-generator-for-helm#readme"
48+ "homepage" : " https://github.com/bitnami-labs/readme-generator-for-helm#readme" ,
49+ "pkg" : {
50+ "assets" : [
51+ " config.json"
52+ ]
53+ }
4954}
You can’t perform that action at this time.
0 commit comments