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
- Host: GitHub
- URL: https://github.com/plusmancn/npm-begin
- Owner: plusmancn
- License: mit
- Created: 2016-03-25T15:30:23.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-19T06:04:33.000Z (almost 10 years ago)
- Last Synced: 2025-10-24T08:51:50.807Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 410 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# npm-begin
[](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/)

## Todo
* Proxy Module
* Choose a license