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

https://github.com/plusmancn/npm-begin

A toolkit design for initing a new npm package
https://github.com/plusmancn/npm-begin

Last synced: about 1 month ago
JSON representation

A toolkit design for initing a new npm package

Awesome Lists containing this project

README

          

# npm-begin
[![npm-begin](http://img.shields.io/npm/v/npm-begin.svg)](https://www.npmjs.org/package/npm-begin)

> A toolkit design for initing a new npm package。Well begun is half done! 🙂

## Install
Install globally
```
npm install npm-begin -g
```

## Usage
After exec `npm init`, run `npm-begin` in the same folder

## .jslint Module
Supported

1. plusmancn/.node.jshintrc

## .gitignore Module
Base on [.gitignore](https://www.gitignore.io/)。Now Supported Combination

1. osx + vim + node

## mkdir Module
Auto creating following folders and files

* README.md
* ./lib
* ./test

## License Module
See license detail, Please go to [Choose a license](http://choosealicense.com/licenses/)
![Choose a license](https://raw.githubusercontent.com/plusmancn/npm-begin/master/lib-license/popular-license.png)

## Todo
* Proxy Module
* Choose a license