Comparing version 0.1.5 to 0.1.6
@@ -13,3 +13,3 @@ #!/usr/bin/env node | ||
// $ tmvc new <App Name> | ||
// $ tsfw new <App Name> | ||
cmd = program.command('new [app_name]'); | ||
@@ -42,3 +42,3 @@ cmd.usage('[app_name]'); | ||
// $ tmvc start | ||
// $ tsfw start | ||
cmd = program.command('start'); | ||
@@ -45,0 +45,0 @@ cmd.unknownOption = NOOP; |
The MIT License (MIT) | ||
-- | ||
Copyright © 2012-2014 Le Vu (Zeke Kievel) | ||
Copyright © 2012-2014 Le Vu (Zeke Kievel) / 2016 (Jhon Mike) | ||
@@ -6,0 +6,0 @@ 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: |
{ | ||
"name": "tsfw-cli", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "The TSFramework command line interface", | ||
@@ -31,3 +31,3 @@ "author": "Jhon Mike <developer@jhonmike.com.br>", | ||
"grunt-init": "~0.3.2", | ||
"ts-generate-app": "~0.2.2" | ||
"ts-generate-app": "~0.2.3" | ||
}, | ||
@@ -34,0 +34,0 @@ "engines": { |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
3920
Updatedts-generate-app@~0.2.3