nore
v1.1.2
Published
a node copy with https://github.com/karan/joe
Downloads
10
Readme
Nore
a node copy with https://github.com/karan/joe
我承认这很无聊,我很奇怪joe这个项目为啥能火,能有1793(截止20151005)个star,真是见了鬼了,简单的要死,至于么?有一个小时,连文档都能写完了。。。
:running: A .gitignore magician in your command line
Nore
A .gitignore
magician in your command line. Nore generates .gitignore
files from the command line for you.
Features
- Written in nodejs
- Easy to install
- Stupidly easy to use
- Supports all Github-supported
.gitignore
files - Works on Mac, Linux and Windows
- Supports other version control systems (
.hgignore
)
Install
[sudo]npm install -g nore
Usages
Basic usage
$ nore java
Overwrite existing .gitignore file
$ nore java > .gitignore
Append to existing .gitignore file
$ nore java >> .gitignore
Multiple languages
$ nore java node osx > .gitignore # saves a new .gitignore file for multiple languages
List all available files
$ nore ls # OR `nore list`
with grep
$ nore ls|grep Swif
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
版本历史
- v1.1.0 doc
- v1.0.0 初始化版本cli
欢迎fork和反馈
- write by
i5ting
[email protected]
如有建议或意见,请在issue提问或邮件
License
this repo is released under the MIT License.