generator-edf-to-html-converter
v3.1.1
Published
## Installation
Downloads
2
Readme
generator-edf-to-html-converter
Installation
First, install Yeoman and generator-edf-to-html-converter using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-edf-to-html-converter
Then generate your new project:
yo edf-to-html-converter
Generated Folder Structure
./
├── in
│ ├── dir
│ │ └── example2.edf
│ ├── resources
| | └── favicon.ico
│ └── example.edf
├── out
│ └── dummyfile.txt
|── node_modules
| └── ...
├── index.js
└── package.json
Getting To Know Yeoman
- Yeoman has a heart of gold.
- Yeoman is a person with feelings and opinions, but is very easy to work with.
- Yeoman can be too opinionated at times but is easily convinced not to be.
- Feel free to learn more about Yeoman.
License
MIT © MartinNikolovMarinov