Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thierrymichel/generator-tm
Personal yeoman generator
https://github.com/thierrymichel/generator-tm
Last synced: about 1 month ago
JSON representation
Personal yeoman generator
- Host: GitHub
- URL: https://github.com/thierrymichel/generator-tm
- Owner: thierrymichel
- License: mit
- Created: 2015-06-17T20:48:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-20T19:31:20.000Z (over 9 years ago)
- Last Synced: 2024-10-14T17:16:52.977Z (3 months ago)
- Language: CSS
- Size: 176 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-tm
Personal yeoman generator
Include Sass, Modernizr, jQuery, Sass grid systems (Neat ou Susy) and Gulpfile for building stuff…
## Getting started
```bash
$ git clone https://github.com/thierrymichel/generator-tm.git
$ npm link
```## Usage
### Install project + init
```bash
$ yo tm [appname]
$ gulp init
```### Dev
```bash
$ gulp (default)
```### Build
```bash
$ gulp build
```## Architecture
```bash
projectname/
|- vhost/
| |- dev/
| |- images/
| | |- scripts/
| | | |- lib/
| | | |- vendor/
| | | | |- jquery.min.js
| | | | \_ custom.modernizr.min.com
| | | \_ main.js
| | \_ styles
| | |- base/
| | |- vendor/
| | |- …/
| | \_ main.scss
| |- htdocs/
| \_ (devtools: git, gulp, npm, bower,…)
|- sources/
|- work/
\_ …/
```-----
# To do
+ √ Test submodule with gulp-tm
+ √ Add index.html
+ √ Add bower support (modernizr, jquery)
+ √ Add prompt/choices (grid system, …)
+ Add Sass partials
+ Test with underscore and browserify…
+ Add testing