0.0.3-beta • Published 4 years ago

@leonardoorosaa/small-cli v0.0.3-beta

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

What is

Small cli is a more command line for generate a modules for angular web framework. This CLI generated modules with structure below:

  /small
   - small-routing.module.ts
   - small.component.html
   - small.component.scss
   - small.component.ts
   - small.module.ts

Install

  npm i @leonardoorosaa/small-cli -g

:thinking: how to contributing

  • First, create a fork this repositoy;
  • After of create the fork, make a clone in local machine of repository that forked;
  • Create a branch in your machine, example: git checkout -b my-changes;
  • Now... code, code and coffee :coffee:;
  • Make commit your changed, example: git commit -m ':rocket: my changed features';
  • Make a push for branch, example: git push origin my-changes;
  • Last, open a pull request.

Made by leonardoRosaa :blue_heart: :rocket: