Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

SketchUp/sketchup-developer-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Obsolete!

This project is outdated. It will not function with SketchUp 2014 and older.


Welcome to SketchUp Developer Tools

A SketchUp Ruby Extension that provides some tools to make developers' lives easier, including a better, badder Ruby console and a unit test runner we affectionately call "TestUp."

More tools to come. Want to contribute? Please do!

Installing

The latest and greatest (definitely still in beta) is available as an RBZ. Download the file from this url:

http://extensions.sketchup.com/content/sketchup-developer-tools

Then inside SketchUp, select Preferences > Extensions > Install Extension and select the RBZ file you just downloaded. Voila! SketchUp installs the extension. You'll find a new menu under Tools > Developer with all the goodies.

Contributing

If you're a SketchUp Ruby community member, use git to grab the code, make some changes, then send us a pull request. (If you don't know what that is, that's okay, we barely know ourselves. Go google some github tutorials and give it a try. Please improve our README.md file with better instructions!)

If you're an owner of this repo, here are some steps.

Get a local copy of the files. This will create a sketchup-developer-tools folder.

git clone https://github.com/SketchUp/sketchup-developer-tools.git  
cd sketchup-developer-tools 

Use your favorite editor to edit README.md. Then...

git add README.md                     // Marks README.md for edit.  
git commit -m "Editing our README"    // Records changes in the local branch.  
git push                              // Submits to repository. Yay!  

License

See the LICENSE and NOTICE files for more information.

Copyright: Copyright (c) 2012 Trimble Navigation, Ltd.

License: Apache License, Version 2.0

Licensed 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.

About

Tools to make a SketchUp Ruby developer's life a little easier, including an improved console and a unit test runner.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published