项目作者: willin

项目描述 :
pipeline functional-programming with es next
高级语言: JavaScript
项目地址: git://github.com/willin/esnext-pipeline-biolerplate.git
创建时间: 2017-08-29T06:17:41Z
项目社区:https://github.com/willin/esnext-pipeline-biolerplate

开源协议:MIT License

下载


esnext-pipeline-biolerplate

pipeline functional-programming with es next

github

TC39 Proposal: https://github.com/tc39/proposal-pipeline-operator

Have a Try

  1. git clone git@github.com:AirDwing/esnext-pipeline-biolerplate.git
  2. cd esnext-pipeline-biolerplate
  3. yarn
  4. yarn start
  1. yarn start
  2. yarn start v0.27.5
  3. $ yarn run build && node dist/
  4. src/index.js dist/index.js...
  5. created dist/index.js in 95ms
  6. [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 0 ]
  7. Done in 2.70s.

How To Use Your Own

Step 1. Fork this project

  1. git@github.com:AirDwing/esnext-pipeline-biolerplate.git YOUR_PROJECT_TNAME
  2. cd YOUR_PROJECT_TNAME
  3. rm -rf .git

Step 2. Modify package.json

edit your project name, author, blabla…

and then:

  1. git init
  2. git remote add origin YOUR_GIT_REPO_PATH
  3. git add .
  4. git commit -m 'init'
  5. git push -u origin master

License

MIT