northwest
northwest copied to clipboard
Create packages
Currently you can only run a northwest app if you install the package globally. This can be fixed by the creation of a northwest-scripts
package which would get included in each app's dev dependencies.
Similarly, the Nw
class that currently gets copied into the src
directory should be split out into its own package and installed as a dependency.
- [ ] Create
northwest-scripts
npm package - [ ] Create
northwest-utils
npm package