An open API service indexing awesome lists of open source software.

https://github.com/arpit2438735/aconex-ui-scaffolding

Scaffolding Module for Aconex UI
https://github.com/arpit2438735/aconex-ui-scaffolding

Last synced: about 2 months ago
JSON representation

Scaffolding Module for Aconex UI

Awesome Lists containing this project

README

        

# aconex-ui-scaffolding
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]
>

## Installation

```sh
$ npm install --save aconex-ui-scaffolding
```

## Usage
Add github url inside package.json and type

#### For Module
```js
scaffold -l
Ex:-
scaffold mailsearch -l 'mail/search/'
```

#### For Directive
```js
scaffold -d -l
Ex:-
scaffold -d component -l 'mail/search/'
```
##Screenshots

**For Module**

Command

![ ](images/command.png)

Folder Structure

![ ](images/folder-structure.png)

**For Directive**
Command

![ ](images/command-directive.png)

Folder Structure

![ ](images/folder-structure-directive.png)

##ToDo

1. Write Unit Tests
2. Add more feature like able to add `services`

Example: scaffold -s foo -l //Generate folder for the service.

## License
Copyright (c) 2016 . Licensed under the MIT license. © [ArPiT](https://github.com/arpit2438735/)

[npm-image]: https://badge.fury.io/js/aconex-ui-scaffolding.svg
[npm-url]: https://npmjs.org/package/aconex-ui-scaffolding
[travis-image]: https://travis-ci.org/arpit2438735/aconex-ui-scaffolding.svg?branch=master
[travis-url]: https://travis-ci.org/arpit2438735/aconex-ui-scaffolding
[daviddm-image]: https://david-dm.org/arpit2438735/aconex-ui-scaffolding.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/arpit2438735/aconex-ui-scaffolding
[coveralls-image]: https://coveralls.io/repos/arpit2438735/aconex-ui-scaffolding/badge.svg
[coveralls-url]: https://coveralls.io/r/arpit2438735/aconex-ui-scaffolding