generator-neutron
v0.2.1
Published
Convenient Yeoman generator for neutron
Downloads
6
Maintainers
Readme
neutron Yeoman generator
This is a simple Yeoman generator for neutron. neutron allows rapid and painless app development using Github's electron.
Usage
There is a single no-parameter generator, that clones the neutron's project into the current directory:
yo neutron
Apart from cloning the neutron repository, two directories, src
and dist
, are created . Neutron expects source files to be in the former, and the transpiled/compiled/etc. files are stored in the latter directory.
Troubleshooting
The only error that might happen, is that you try to bootstrap neutron in a non-empty directory. This is going to fail, since git only clones in empty directories.