jeffersondanielss/adamantium

View on GitHub
README.md

Summary

Maintainability
Test Coverage
# Adamantium [DEPRECATED]
[![Code Climate](https://codeclimate.com/github/jeffersondanielss/adamantium/badges/gpa.svg)](https://codeclimate.com/github/jeffersondanielss/adamantium) [![Test Coverage](https://codeclimate.com/github/jeffersondanielss/adamantium/badges/coverage.svg)](https://codeclimate.com/github/jeffersondanielss/adamantium/coverage) [![Issue Count](https://codeclimate.com/github/jeffersondanielss/adamantium/badges/issue_count.svg)](https://codeclimate.com/github/jeffersondanielss/adamantium) [![Build Status](https://secure.travis-ci.org/jeffersondanielss/adamantium.png?branch=master)](https://travis-ci.org/DRYC/adamantium)

A Adamantium structure for front-end developers
# Getting Started

#### What is?

Perform scaffolding, automate build and manage dependencies with adamantium

### install dependences
Yeoman:
```bash
npm install -g yo
```

To install adamantium generator from npm, run:

```bash
npm install -g generator-adamantium
```

Finally, initiate the generator:

```bash
yo adamantium
```

## License

MIT

##### [Usage](https://github.com/DRYC/adamantium/blob/master/usage/usage-en.md)