Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

configion

comrade19969MIT1.0.1

A command line interface for ionic APP builds.

ionic, config, config file setup

readme

Configion CLI Tool

CLI tool help you setup your config file easily.

Getting Started

To start using it just install it from npm and start using it.

Installing

Install the package from npm

npm install -g configion

How to use it

Setup app name and package name

configion prep <app-name> <package>

Example

configion prep test com.test.testing

Built With

  • Node js - The framework used.
  • commander - Helpful library for making CLI with Node js.
  • FastXml - Parse XML to JS/JSON and vice versa.

    Authors

  • Omir Gibreel Github

At last

  • Please contribute to our repo
  • Any contribution we will appreciate it
  • If there is any improvements and enhancement to the code base please submit it to us
  • Thanx ^_^