Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
term-ember
Advanced tools
Run Ember.js in your terminal!
Requirements:
$ npm install -g term-ember
$ term-ember
You can touch Ember
object in window
context.
term ember> Ember.VERSION
'1.9.0
term ember> require('./my-app');
Avairable languages are:
$ term-ember my_script.js
$ term-ember -e "console.log(Ember.VERSION)"
1.9.0
You can require your script file before term-ember start:
$ term-ember -r my_script.js
term ember>
You can use --ember
option to switch version of Ember.js.
$ term-ember --ember latest
$ term-ember --help
Usage: term-ember [options]
Options:
-h, --help output usage information
-V, --version output the version number
-r, --require <file> Require file(s) before start term-ember
-e, --eval <script> Evaluate script before start term-ember
--ember <version> A version of Ember.js (defaults to 1.9.0)
--handlebars <version> A version of Handlebars (defaults to 2.0.0)
--jquery <version> A version of jQuery (defaults to 2.1.1)
--clear Clear cached JavaScript libraries
(The MIT License)
Copyright (c) 2013 Ryunosuke SATO <tricknotes.rs@gmail.com> 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.
FAQs
Run Ember.js in your terminal!
The npm package term-ember receives a total of 1 weekly downloads. As such, term-ember popularity was classified as not popular.
We found that term-ember demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.