0.0.8 • Published 5 years ago

uiseeds v0.0.8

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

uiseeds

uiseeds is a short CLI that creates seeds projects that uses webpack as bundler. This project is for those who like the full control you get by working directly with webpack.

Get Started

$ npm install -g uiseeds

Now, you have access to init an: 1. Angular with webpack congifuration. Project for those who like to be close to the metal and more control over configurations.

```
$ uiseeds ini ng-w <YOUR_PROJECT_NAME>
```
or to create on folder
```
$ uiseeds ini ng-w
```

The idea of this project is to have a centralized place to create the a seed ready to go project with a highly customize options. This project is meant for those who have a more indepth experience in configuration their own projects.

Support

Currently we are only supporting Angular+webpack seed project. Angular 7 We are working to add more seed project such as Vuejs and Electron.

Get Involve

Please feel free to fork and pull request to add a your seed code for the app you want. Just follow the structure we have establish.

IMPORTANT This package is meant to install as a global resource only.