Skip to content

Instantly share code, notes, and snippets.

View danchamorro's full-sized avatar
🎯
Focusing

Dan Chamorro danchamorro

🎯
Focusing
View GitHub Profile
@danchamorro
danchamorro / LICENSE
Created May 21, 2018 17:35 — forked from ourmaninamsterdam/LICENSE
Arrayzing - The JavaScript array cheatsheet
The MIT License (MIT)
Copyright (c) 2015 Justin Perry
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:
Validator: Use to validate any strings, like emails or ssn etc
https://www.npmjs.com/package/validator
Chalk: Style and color terminal output.
https://www.npmjs.com/package/chalk
Nodemon: Automatically restarting the node application when file changes in the directory are detected.
https://www.npmjs.com/package/nodemon
Yargs: Yargs helps you build interactive command line tools, by parsing arguments and generating an elegant user interface