Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)