Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/matype/modinit

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

Last synced: 6 days 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": "[email protected]",
"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