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

https://github.com/matype/modinit

Initialize node packaged module.
https://github.com/matype/modinit

Last synced: 9 months ago
JSON representation

Initialize node packaged module.

Awesome Lists containing this project

README

          

# modinit [![Build Status](https://travis-ci.org/morishitter/modinit.svg)](https://travis-ci.org/morishitter/modinit)

Initialize node packaged module.

## Installation

```shell
$ npm install -g modinit
```

## How to use

Create `modinit.json` in current directory.

`modinit.json` is configuration file to initialize your node modules.

```shell
$ modinit create
```

Ex:

```json
{
"github": "morishitter",
"author": "Masaaki Morishita",
"mail": "morishitter.0@gmail.com",
"license": "MIT",
"readme": "readme.md",
"changelog": "changelog.md",
"travis": true
}
```

And, initialize module based on your `modinit.json`.

```shell
$ modinit init
```

Rename module name:

```shell
$ modinit rename
```

##License

The MIT License (MIT)

Copyright (c) 2014-2015 Masaaki Morishita