cocoon-xml-sugar
TypeScript icon, indicating that this package has built-in type declarations

2.0.2 • Public • Published

Cocoon XML Sugar Build Status npm

Dependencies devDependencies Maintainability Test Coverage

Sugar for the XML that holds the configuration of a Cocoon.io Project.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

You need to have NodeJS and NPM installed in your system.

curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt install -y nodejs

Installing

Clone the repository.

git clone https://github.com/CocoonIO/cocoon-xml-sugar.git

And install its dependencies.

npm install

The transpiled code should be in the out folder.

Running the tests

The tests are found in spec/tests.

npm test

Coding style tests

To inspect the code style of the source code.

npm run inspect-src

To inspect the code style of the tests.

npm run inspect-spec

Deployment

To use this repo as a NPM module in your project follow these instructions.

Install NodeJS and NPM in your system.

curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash -
sudo apt install -y nodejs

Install the module from NPM.

npm install cocoon-xml-sugar

And import it in your NodeJS or Web project.

import XMLSugar from "cocoon-xml-sugar";
<script src="cocoon-xml-sugar/index.js"></script>

Built With

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Package Sidebar

Install

npm i cocoon-xml-sugar

Weekly Downloads

5

Version

2.0.2

License

MIT

Unpacked Size

90.7 kB

Total Files

36

Last publish

Collaborators

  • ludei