Skip to content

Instantly share code, notes, and snippets.

View djsiddz2's full-sized avatar
👉
Check @djsiddz

Siddhesh Thadeshwar djsiddz2

👉
Check @djsiddz
View GitHub Profile
@djsiddz2
djsiddz2 / atom-regex-find-replace-tricks.md
Created August 11, 2018 09:09
My Atom regex commands for future reference

Some of my atom regex commands

that have worked in the past

You could do this for one file or across multiple files in your project.

Find & Replace start and end tags

Find with

<h2 class="page-summary">\b(.*)\b</h2>
@djsiddz2
djsiddz2 / angularjs-yo.md
Last active May 16, 2017 11:16
Creating AngularJS with Yo

When Installing for the first time

Install the following things: npm install -g grunt-cli bower yo generator-karma generator-angular

Creating AngularJS apps with Yeoman for separating from existing app.

  1. mkdir my-new-project && cd $_
  2. yo angular [app-name]
  3. Answer a few questions
  • Would you like to use Gulp instead of Grunt? N
@djsiddz2
djsiddz2 / css-reference-links.md
Last active March 15, 2017 15:45
CSS Reference Links