![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
|BuildStatus|_
.. |BuildStatus| image:: https://travis-ci.org/mlowen/Glint.png?branch=master .. _BuildStatus: https://travis-ci.org/mlowen/Glint
Glint is a micro framework for command line applications, it creates the needed parameters that should be passed to the application based on the function signatures that it is supplied.
The inspiration for Glint came from wanting to have a command driven cli app similar to how git works which I was unable to replicate
with argparse <http://docs.python.org/dev/library/argparse.html>
_.
Glint requires Python 3.3 or higher to run, it has no other dependencies outside of the python core library.
The easiest way to install Glint is to use pip <https://pypi.python.org/pypi/pip/1.4>
_ and run: ::
pip install glint
Otherwise download the Glint source code extract it and from the root directory run: ::
python ./setup.py install
All usage documentation for Glint can be found over at read the docs <https://glint.readthedocs.org/>
_.
If you want to see what's coming up in the near future for Glint go visit the huboard <http://huboard.com/mlowen/Glint/board>
_ for
the project.
The source for Glint can be found over at Github <https://github.com/mlowen/Glint>
, if you want to contribute that would be a good
place to start. If you are wanting to report a bug all of that is kept at github as well in the issue tracker <https://github.com/mlowen/Glint/issues>
,
the issues are also used to track upcoming work on Glint though features/issues that will be worked on before the next release can be more
easily visualised over at huboard <http://huboard.com/mlowen/Glint/board>
. If you want to keep a track of the status of the bleeding edge
then you'll able to see the current state at Travis <https://travis-ci.org/mlowen/Glint>
.
You've downloaded/cloned Glint and made some changes you'd like to have merged in, firstly awesome thanks hugely! There are a couple of guidelines around submitting changes:
breaks the build <https://travis-ci.org/mlowen/Glint/pull_requests>
_ it won't be accepted.While Glint doesn't have any dependencies outside of the python core library you will need to install nose <https://nose.readthedocs.org/en/latest/>
_ to
run the tests. Once that is installed you have two options for running the test you can run either: ::
nostests
or ::
python ./setup.py test
Glint is available under the MIT license which is as follows:
Copyright © 2013 Michael Lowen
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
Command line application micro-framework.
We found that Glint demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.