1.0.2 • Published 7 years ago
tugen v1.0.2
tugen
A simple tool generates simple front-end app structure, built with webpack 4, boostrap, jquery.
Getting Started
Install:
npm install -g tugen
Run it:
mkdir example
cd example
tugen .
Output directory structure:
├── about
│ ├── about.css
│ └── about.js
├── common-import.js
├── home
│ ├── home.css
│ └── home.js
├── package.json
└── webpack.config.js
Prerequisites
- NodeJS 6+
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- tuyenhx
License
This project is licensed under the MIT License - see the LICENSE.md file for details