Skip to content

cuulee/create-micro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

create-micro

Project to create a new instance of service using micro

Installation

Install using npm:

$ npm install -g create-micro

Usage

$ create-micro -h
Usage: create-micro [options] [command]

Commands:

  help  Display help

Options:

  -h, --help          Output usage information
  -n, --name [value]  Name of the basic micro application (defaults to "micro-service")
  -v, --version       Output the version number

$ create-micro -n my-application
Created!
Installing packages...
my-application@0.0.0 /Users/projects/my-application
└─┬ micro@6.1.0
  ├─┬ async-to-gen@1.1.4
  │ ├── babylon@6.14.1
  │ └─┬ magic-string@0.16.0
  │   └── vlq@0.2.1
  ├── isstream@0.1.2
  ├── media-typer@0.3.0
  ├── minimist@1.2.0
  └─┬ raw-body@2.1.7
    ├── bytes@2.4.0
    ├── iconv-lite@0.4.13
    └── unpipe@1.0.0

Done!

License

MIT License

Copyright (c) 2016 Rômulo Alves

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Project to create a new instance of service using micro

Resources

License

Stars

Watchers

Forks

Packages

No packages published