Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sota1235/zenofcoffee
Cloning some functions from Python to CoffeeScript
https://github.com/sota1235/zenofcoffee
Last synced: 29 days ago
JSON representation
Cloning some functions from Python to CoffeeScript
- Host: GitHub
- URL: https://github.com/sota1235/zenofcoffee
- Owner: sota1235
- License: mit
- Created: 2015-08-29T12:46:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-29T14:15:47.000Z (over 9 years ago)
- Last Synced: 2024-12-24T01:40:49.868Z (30 days ago)
- Language: CoffeeScript
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Zen Of Coffee
====[![Build Status](https://travis-ci.org/sota1235/ZenOfCoffee.svg)](https://travis-ci.org/sota1235/ZenOfCoffee) [![npm version](https://badge.fury.io/js/zen-of-coffee.svg)](http://badge.fury.io/js/zen-of-coffee)
Cloning some functions from Python to CoffeeScript.
### Description
Functions for CoffeeScript.
It is inspired Python.
### Requirement
- CoffeeScript
### Usage
You can use some functions like you use Python.
```coffeescript
zenOfCoffee.rjust 'hello', 10, 'a' #=> 'aaaaahello'
```### Install
First, install ZenOfCoffee npm.
```
$ npm i zen-of-coffee t--save
```And you can use after that.
```coffeescript
ZenOfCoffee = reqiure 'zen-of-coffee'
zenOfCoffee = new ZenOfCoffeeconsole.log zenOfCoffee.rjust 'hello!', 10
#=> ' hello!'
```### Contribution
1. Fork it
2. Create (Enhancement/Debug/Develop) Issue (ex:`#3-some-error-occurred-in-some-environment`)
3. Create your feature branch (`git checkout -b 3_something_bugfix`)
4. Commit your changes (`git commit -am '#3 fixed'`)
5. Push to the branch (`git push origin #3-some-error-occurred-in-some-environment`)
6. Create new Pull Request### Licence
This software is released under the MIT License, see LICENSE.txt.
## Author
[@sota1235](https://github.com/sota1235)