https://github.com/milanowicz/generator-typo3
Yeoman generator for TYPO3 6.x
https://github.com/milanowicz/generator-typo3
Last synced: 6 months ago
JSON representation
Yeoman generator for TYPO3 6.x
- Host: GitHub
- URL: https://github.com/milanowicz/generator-typo3
- Owner: milanowicz
- License: mit
- Created: 2014-05-31T09:30:05.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-28T12:01:43.000Z (over 10 years ago)
- Last Synced: 2024-11-13T09:51:41.439Z (6 months ago)
- Language: PHP
- Homepage:
- Size: 8.51 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-typo3
> [Yeoman](http://yeoman.io) generator generator for TYPO3 6.x
## Features
* [Less](http://lesscss.org/) support (Optional)
* [Sass](http://sass-lang.com/) support (Optional)
* [Compass](http://compass-style.org/) support (Optional)
* [AdaptiveImages](http://adaptive-images.com/) support (Optional)
* [jQuery](http://jquery.com/) Version 1 or 2## Frontend Software
* [Buttons](http://alexwolfe.github.io/Buttons/)
* [BrowserDetection.js](https://github.com/Milanowicz/BrowserDetection.js)
* [CreateJS Framework](http://www.createjs.com/)
* [Font Awesome](http://fortawesome.github.io/Font-Awesome/)
* [FitText.js](https://github.com/Milanowicz/FitText.js)
* [jQuery UserInterface Framework](http://jqueryui.com/)
* [Masonry and Imagesloaded](http://masonry.desandro.com/)
* [Modernizr](http://modernizr.com/)### Internet Explorer Polyfill libraries
* [css3-mediaqueries-js](https://github.com/livingston/css3-mediaqueries-js)
* [css3pie](http://css3pie.com/)
* [background-size-polyfill](http://louisremi.github.io/background-size-polyfill/)
* [box-sizing-polyfill](https://github.com/Schepp/box-sizing-polyfill)
* [respond](https://github.com/scottjehl/Respond)
* [selectivizr](http://selectivizr.com/)## Getting Started
### What is Yeoman?
Trick question. It's not a thing. It's this guy:

Basically, he wears a top hat, lives in your computer, and waits for you to tell him what kind of application you wish to create.
Not every new computer comes with a Yeoman pre-installed. He lives in the [npm](https://npmjs.org) package repository. You only have to ask for him once, then he packs up and moves into your hard drive. *Make sure you clean up, he likes new and shiny things.*
```
$ npm install -g yo
```### Yeoman Generators
Yeoman travels light. He didn't pack any generators when he moved in. You can think of a generator like a plug-in. You get to choose what type of application you wish to create, such as a Backbone application or even a Chrome extension.
To install generator-typo3 from npm, run:
```
$ npm install -g generator-typo3
```Finally, initiate the generator:
```
$ yo typo3
```### Getting To Know Yeoman
Yeoman has a heart of gold. He's a person with feelings and opinions, but he's very easy to work with. If you think he's too opinionated, he can be easily convinced.
If you'd like to get to know Yeoman better and meet some of his friends, [Grunt](http://gruntjs.com) and [Bower](http://bower.io), check out the complete [Getting Started Guide](https://github.com/yeoman/yeoman/wiki/Getting-Started).
## Getting Developed
Clone the generator-typo3 repository.
```
$ git clone [email protected]:Milanowicz/generator-typo3.git
```That'll install your project dependencies and symlink a global module to your local file. After npm is done, you'll be able to call yo name and you should see the console.log defined earlier outputted in the terminal. Congratulation, you just built your first generator!
```
$ cd generator-typo3/
``````
$ npm link
```## License
MIT