Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/renie/thorjs-builder
Grunt plugin for building ThorJS in other patterns
https://github.com/renie/thorjs-builder
Last synced: about 2 months ago
JSON representation
Grunt plugin for building ThorJS in other patterns
- Host: GitHub
- URL: https://github.com/renie/thorjs-builder
- Owner: renie
- License: mpl-2.0
- Created: 2014-09-09T03:46:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-21T18:51:38.000Z (almost 9 years ago)
- Last Synced: 2024-11-16T09:20:45.419Z (about 2 months ago)
- Language: JavaScript
- Size: 148 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ThorJS Builder
======This is a Grunt plugin for building ThorJS (https://github.com/renie/thorJs).
"Build", in this case, means to convert the original Design Pattern of ThorJs
into another one.So the lib can be made using prototypes extending default Javascript objects (as it is for now),
and be used within an own object, or simple isolated global functions(still not implemented),
or even AMD lib (not implemented yet as well =D).Can you use this on your lib, just for building?
Today I do not recommend. It`s not very flexible yet.
BUT feel free to fork and help me to make this more generic faster!### Bug and suggestions
Bugs and suggestions should be sent to renie[dot]webdev[at]gmail[dot]com.### License
This software is licensed under the MPL 2.0 License. For more
information, read [MPL 2.0](http://www.mozilla.org/MPL/2.0/)### FAQ - CONTRIBUTOR
#### I have a good feature or an idea for a feature. How can I suggest you to add this on Thor Builder?
You can fork my project here on Github or you can send me an e-mail.#### What do I get for contributing?
My thanks. That awesome feeling of helping other. May be your name here in the project =)#### Do you use and IDE? Witch one?
Yes I do. I've been using Sublime Text for some time, but recently [JetBrains](http://www.jetbrains.com/) granted a free license for this opensource project.
Btw, thanks [JetBrains](http://www.jetbrains.com/)