Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/techgaun/ghatta
A helper around generator-nm for customization of the configurations
https://github.com/techgaun/ghatta
Last synced: 9 days ago
JSON representation
A helper around generator-nm for customization of the configurations
- Host: GitHub
- URL: https://github.com/techgaun/ghatta
- Owner: techgaun
- Created: 2015-10-22T19:49:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-01T17:47:04.000Z (about 9 years ago)
- Last Synced: 2024-08-03T18:22:16.862Z (3 months ago)
- Language: Shell
- Size: 125 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-nepal - Ghatta - Helper for generator-nm module (Uncategorized / Uncategorized)
README
# ghatta
> Helper to use with [generator-nm](https://github.com/sindresorhus/generator-nm) to speed up personal customization
The goal of this script is for me to be able to use same sets of my own configurations and customizations for all my node modules development.
## Install
```shell
sudo wget https://raw.githubusercontent.com/techgaun/ghatta/master/ghatta.sh -O /usr/bin/ghatta && sudo chmod +x /usr/bin/ghatta
```## Usage
```shell
$ ghatta
```## Customization
Update the files in `$HOME/.ghatta/` as per your liking...
Place your own files such as `license` and `.travis.yml` if you wish to add your own customizations on other files## License
MIT © [techgaun](http://samar.techgaun.com)