tugen
v1.0.2
Published
Simple generator for static app
Readme
tugen
A simple tool generates simple front-end app structure, built with webpack 4, boostrap, jquery.
Getting Started
Install:
npm install -g tugenRun 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.jsPrerequisites
- 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
