uiseeds
v0.0.8
Published
uiseeds is an easy to use tool to create seed projects for Angular
Maintainers
Readme
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 uiseedsNow, you have access to init an:
- Angular with webpack congifuration. Project for those who like to be close to the metal and more control over configurations.
or to create on folder$ uiseeds ini ng-w <YOUR_PROJECT_NAME>$ 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.
