![Abscissa](https://www.iqlusion.io/img/github/iqlusioninc/abscissa/abscissa.svg) # abscissa_generator: generator for Abscissa applications [![Crate][crate-image]][crate-link] [![Docs][docs-image]][docs-link] [![Apache 2.0 Licensed][license-image]][license-link] [![Build Status][build-image]][build-link] [![Appveyor Status][appveyor-image]][appveyor-link] This crate provides a generator for creating new [Abscissa] applications. Note that this crate isn't meant to be used directly, instead run: ``` $ cargo install abscissa ``` This crate powers the `abscissa new` subcommand. See the [Abscissa docs] for how to use it. ## License The **abscissa_generator** crate is distributed under the terms of the Apache License (Version 2.0). Copyright © 2019 iqlusion Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. [crate-image]: https://img.shields.io/crates/v/abscissa_generator.svg [crate-link]: https://crates.io/crates/abscissa_generator [docs-image]: https://docs.rs/abscissa_generator/badge.svg [docs-link]: https://docs.rs/abscissa_generator/ [license-image]: https://img.shields.io/badge/license-Apache2.0-blue.svg [license-link]: https://github.com/iqlusioninc/abscissa/blob/develop/LICENSE [build-image]: https://travis-ci.org/iqlusioninc/abscissa.svg?branch=develop [build-link]: https://travis-ci.org/iqlusioninc/abscissa [appveyor-image]: https://ci.appveyor.com/api/projects/status/9bgh8je3rsmbyo0y?svg=true [appveyor-link]: https://ci.appveyor.com/project/tony-iqlusion/abscissa [Abscissa]: https://github.com/iqlusioninc/abscissa/ [Abscissa docs]: https://docs.rs/abscissa/