atlas-connect

CLI for the atlassian-connect-express library (helpers for building Atlassian Connect apps on top of Express)

Usage no npm install needed!

<script type="module">
  import atlasConnect from 'https://cdn.skypack.dev/atlas-connect';
</script>

README

atlas-connect

A command line utility for the atlassian-connect-express library.

atlas-connect makes it easy to create Atlassian Connect apps for:

atlas-connect requires Node.js v4.8.4 or later. Please also ensure you have relevant security updates installed.

You can install me with:

npm i -g atlas-connect

Usage

atlas-connect provides scaffolding for Atlassian Connect apps that use atlassian-connect-express.

To get started, simply run:

atlas-connect new

The generated scaffold bundles the atlassian-connect-express package which greatly simplifies the process of creating remote apps.

Getting Help or Support

You can learn more about Atlassian Connect via the Atlassian Connect documentation or report issues in the Atlassian Connect Express project.

Contributing

Even though this is just an exploratory project at this point, it's also open source Apache 2.0. So, please feel free to fork and send us pull requests.

Release process

Pre-requisites: be an owner of https://npmjs.org/package/atlas-connect

  1. npm version <major.minor.patch>
  2. npm publish