As of the 29th August 2019, the Hyperledger Composer project is in deprecated status. None of the maintainers are actively developing new features. None of the maintainers are actively providing support via GitHub issues. However, if you wish to submit code changes via pull requests, these will be merged.
It is highly recommended that you use Hyperledger Fabric v1.4+ instead, which features significant improvements to the developer experience, including a new programming model.
More information available here: What's new in Hyperledger Fabric v1.4
Adds syntax highlighting and snippets for Composer in Atom.
You can install this atom plugin with a command line or from atom market place.
-
Install the apm utility. See http://flight-manual.atom.io/getting-started/sections/installing-atom/ if you do not have it installed.
-
Git clone this repository
-
Switch to the root directory of the clone on your local disk
-
Run the command 'apm link' in a terminal
Relaunch Atom. You should now have syntax highlighting for Composer .cto files.
-
Open Atom application
-
Open the Install Packages/Themes by click Packages --> Settings View and select Install Packages/Themes
-
Select Install on the Settings menu
-
Type composer-atom-plugin or composer-* in the Packages search field and you should see the composer-atom-plugin on the list
You can select the composer-atom-plugin from the install packages and click on Install button to install it.
You should now have syntax highlighting for Composer .cto files.
Hyperledger Project source code files are made available under the Apache License, Version 2.0 (Apache-2.0), located in the LICENSE file. Hyperledger Project documentation files are made available under the Creative Commons Attribution 4.0 International License (CC-BY-4.0), available at http://creativecommons.org/licenses/by/4.0/.