1.1.2 • Published 9 years ago

nore v1.1.2

Weekly downloads
3
License
ISC
Repository
github
Last release
9 years ago

Nore

a node copy with https://github.com/karan/joe

我承认这很无聊,我很奇怪joe这个项目为啥能火,能有1793(截止20151005)个star,真是见了鬼了,简单的要死,至于么?有一个小时,连文档都能写完了。。。

:running: A .gitignore magician in your command line

npm.io

Nore

A .gitignore magician in your command line. Nore generates .gitignore files from the command line for you.

npm.io

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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

版本历史

  • v1.1.0 doc
  • v1.0.0 初始化版本cli

欢迎fork和反馈

  • write by i5ting shiren1118@126.com

如有建议或意见,请在issue提问或邮件

License

this repo is released under the MIT License.

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago