https://github.com/pauldijou/generator-template
A Yeoman generator for bootstraping projects from templates
https://github.com/pauldijou/generator-template
Last synced: about 2 months ago
JSON representation
A Yeoman generator for bootstraping projects from templates
- Host: GitHub
- URL: https://github.com/pauldijou/generator-template
- Owner: pauldijou
- License: mit
- Created: 2013-10-17T00:26:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-08T18:51:11.000Z (about 11 years ago)
- Last Synced: 2025-03-14T00:36:10.701Z (3 months ago)
- Language: JavaScript
- Size: 203 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Generator Template
[](https://travis-ci.org/pauldijou/generator-template)A Yeoman generator to bootstrap and improve projects from predefined templates.
## Getting started
- Make sure you have [yo](https://github.com/yeoman/yo) installed:
`npm install -g yo`
- Install the generator **locally**: `npm install generator-template`
- Run: `yo template [name of a template]`## Templates rule the world!
A `template` is just a directory, in your machine or remotely fetched (like from a git repository). It will be imported as a node module.
Depending on its configuration, you might be asked some questions. Then, all files in the directory will be copied inside your project
with their content modified (or not) based on your answer.## License
[MIT License](http://en.wikipedia.org/wiki/MIT_License)