Ecosyste.ms: Awesome
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: 6 days ago
JSON representation
Initialize node packaged module.
- Host: GitHub
- URL: https://github.com/matype/modinit
- Owner: matype
- Created: 2014-05-15T06:10:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-21T06:36:43.000Z (over 8 years ago)
- Last Synced: 2024-10-12T00:36:01.364Z (about 1 month ago)
- Language: JavaScript
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.markdown
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