Skip to content

willin/esnext-pipeline-biolerplate

Repository files navigation

esnext-pipeline-biolerplate

pipeline functional-programming with es next

github

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

Have a Try

git clone git@github.com:AirDwing/esnext-pipeline-biolerplate.git
cd esnext-pipeline-biolerplate
yarn
yarn start
yarn start
yarn start v0.27.5
$ yarn run build && node dist/

src/index.js → dist/index.js...
created dist/index.js in 95ms
[ 1, 2, 3, 4, 5, 6, 7, 8, 9, 0 ]
Done in 2.70s.

How To Use Your Own

Step 1. Fork this project

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

Step 2. Modify package.json

edit your project name, author, blabla...

and then:

git init
git remote add origin YOUR_GIT_REPO_PATH
git add .
git commit -m 'init'
git push -u origin master

License

MIT

About

pipeline functional-programming with es next

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published