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
- Host: GitHub
- URL: https://github.com/arpit2438735/aconex-ui-scaffolding
- Owner: arpit2438735
- License: mit
- Created: 2016-05-02T17:49:32.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-25T04:17:36.000Z (almost 9 years ago)
- Last Synced: 2025-01-14T08:32:21.668Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

Folder Structure

**For Directive**
Command
Folder Structure

##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