Skip to content

scriptnull/atom-shippable-ci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shippable CI

Shippable integration within atom.

Features

  • Get current status of the build.
  • Shortcuts for navigating to Shippable web interface.

All features are available for both public and private projects.

Set up

Add project details in shippable.yml file.

atom:
  projectId: 12345678910

You can find your project's id in the url of your project page. projectId

If you want to set up private projects, you need to paste your apiToken in the settings page (ctrl+,) of the package.

Commands

Press Ctrl+Shift+P to access command palette and search for Shippable. You can activate all the shippable commands via command palette or through key bindings.

Current Status

Keymap : Shift+S S

Check the current status of the latest build of a project.

currentStatus

Open Project in Browser

keymap : Shift+S P

Opens project page of the current project in web browser.

openProject

Open Latest Build in Browser

keymap : Shift+S B

Opens latest build of the current project in web browser.

openBuild

Contribution

More than Welcomed ! Here are some pointers ,

  • Write tests.
  • Set up Shippable as CI.
  • Report Issues.
  • Request Features.
  • Send a PR ! This should be awesome.

License

GPLv3

About

Shippable CI package for Atom editor.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published