Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chadxz/generator-dotfiles
Yeoman generator for my dotfiles
https://github.com/chadxz/generator-dotfiles
Last synced: about 1 month ago
JSON representation
Yeoman generator for my dotfiles
- Host: GitHub
- URL: https://github.com/chadxz/generator-dotfiles
- Owner: chadxz
- License: mit
- Created: 2015-06-10T15:41:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-11T15:49:30.000Z (over 9 years ago)
- Last Synced: 2023-08-03T10:10:28.582Z (over 1 year ago)
- Language: JavaScript
- Size: 90.8 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-dotfiles
A yeoman generator for common dotfiles, npm scripts and packages that I use in every node.js project.
## install
- `git clone` this repo
- `npm install`
- `npm link` to install this generator globally
- `npm install -g yo` if you haven't alreadyFrom there, you can just run `yo dotfiles` in your project folder and it will dump the dotfiles in your directory,
setup the linting package.json scripts, and install jshint + jscs.## to-do
- add option for es6 and eslint config
- add option for tests, to create test dir and mocha.opts file
- add option for bower, to create .bowerrc and bower.json## license
[MIT](LICENSE)