Rod Johoson主導的Atomist, 新的DevOPS平臺(簡單說明)
閒暇之餘瞭解了Rod Johnson在做什麼,原來發現他在做這樣一個事情,就是專門針對開發人員的軟體分發和構建Atomist平臺,大家可以瞭解下他最近寫的博文:
https://blog.atomist.com/the-future-of-software-delivery-is-code-and-its-here-a2601759d99b/
通過下面幾段文字和幾幅圖片,可以大概瞭解這個平臺的厲害之處。
Within 5 minutes, you’ll be able to use Atomist open source on your laptop to perform tasks like creating new projects, reacting to code changes across all projects, and automatically fixing problems on any commit. All you need is Node and git.
GET STARTED
1Get everything you need to create and use an SDM with one command:
$ npm install -g @atomist/cli
2Create a new SDM to get things rolling:
$ atomist create sdm
Choosing
spring
? Type of SDM to Create (use arrow keys)
> spring
blank
sample
3Start the SDM in local mode
$ cd {new_sdm_dir}
$ atomist start --local
In another shell, start the feed listener (basically, the log of what the SDM is doing)
$ atomist feed
4Create a new spring project
$ atomist create spring
As soon as the project is created, you’ll see the SDM goals running in the feed view.