Read about "npm"
Understanding NPM Scripts
April 12, 2020Have you ever thought about creating your own command line tool? Well, here is your chance to create one for your project. What are NPM Scripts? NPM scripts is a simple solution to automate any repetitive tasks. For example, building your project, starting a server, minifying... Read more →
How to create your own Typescript library
October 12, 2019Creating my own Typescript library is being my life for the last months, so I wanted share my experience and the steps you should follow to create your very own. From my point of view, there are a lot of missing points on the Internet when you just want to start writing your co... Read more →