Skip to content

sota1235/ZenOfCoffee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zen Of Coffee

Build Status npm version

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.

zenOfCoffee.rjust 'hello', 10, 'a' #=> 'aaaaahello'

Install

First, install ZenOfCoffee npm.

$ npm i zen-of-coffee t--save

And you can use after that.

ZenOfCoffee = reqiure 'zen-of-coffee'
zenOfCoffee = new ZenOfCoffee

console.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

About

Cloning some functions from Python to CoffeeScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published