word-array

0.1.0 • Public • Published

node-word-array

You're a rubyist and you like this syntax:

%w(one two three)
# => ['one', 'two', 'three']

Now you can do this in JS:

w('one two three')
// => ['one', 'two', 'three']

Or in Coffee:

w 'one two three'
# => ['one', 'two', 'three']

Installation

npm install word-array

Usage

w = require('word-array')
w('one two three')
// => ['one', 'two', 'three']

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i word-array

    Weekly Downloads

    1

    Version

    0.1.0

    License

    MIT

    Last publish

    Collaborators

    • gberger