CB-5658 Add doc/index.md for Console plugin
Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/commit/11500c44 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/tree/11500c44 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/diff/11500c44 Branch: refs/heads/master Commit: 11500c44ae755b61f5985c142df9a3b5a7dbd5c5 Parents: be96730 Author: Andrew Grieve <[email protected]> Authored: Wed Dec 18 11:36:25 2013 -0500 Committer: Andrew Grieve <[email protected]> Committed: Wed Dec 18 11:36:25 2013 -0500 ---------------------------------------------------------------------- README.md | 25 +++++++++++++++++++++---- doc/index.md | 29 +++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/11500c44/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 1363f3c..c7552cb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,22 @@ -cordova-plugin-console -====================== -To install this plugin, follow the [Command-line Interface Guide](http://cordova.apache.org/docs/en/edge/guide_cli_index.md.html#The%20Command-line%20Interface). +<!--- + license: Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at -If you are not using the Cordova Command-line Interface, follow [Using Plugman to Manage Plugins](http://cordova.apache.org/docs/en/edge/plugin_ref_plugman.md.html). + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> + +# org.apache.cordova.console + +Plugin documentation: [doc/index.md](doc/index.md) http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/11500c44/doc/index.md ---------------------------------------------------------------------- diff --git a/doc/index.md b/doc/index.md new file mode 100644 index 0000000..52b8932 --- /dev/null +++ b/doc/index.md @@ -0,0 +1,29 @@ +<!--- + license: Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> + +# org.apache.cordova.console + +This plugin is meant to ensure that console.log() is as useful as it can be. If +you are not unhappy with how console.log() works for you, then you probably +don't need this plugin. + +## Installation + + cordova plugin add org.apache.cordova.console +
