Rod Johoson主导的Atomist, 新的DevOPS平台(简单说明)

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/penker_zhao/article/details/84872353

闲暇之余了解了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.

Console View

猜你喜欢

转载自blog.csdn.net/penker_zhao/article/details/84872353