File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright (c) 2024 Ayushman Chhabra
3+ Copyright (c) 2026 Ayushman Chhabra
44
55Permission is hereby granted, free of charge, to any person obtaining a copy of
66this software and associated documentation files (the "Software"), to deal in
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ Command line interface for building NW.js apps
55## Getting Started
66
771 . Install package: ` npm i -g @nwutils/cli `
8+ 1 . Create a new project: ` nw-cli create MyApp `
89
910## CLI
1011
@@ -69,3 +70,15 @@ pollyfill();
6970
7071* [ ] Add react-js template
7172* [ ] Package custom node test coverage action.
73+
74+ ## Contributing
75+
76+ ### External contributor
77+
78+ - Use Node.js standard libraries whenever possible.
79+ - Prefer to use syncronous APIs over modern APIs which have been introduced in later versions.
80+
81+ ### Maintainer
82+
83+ - npm trusted publishing is used for releases
84+ - a package is released when a maintainer creates a release note for a specific version
You can’t perform that action at this time.
0 commit comments