Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marcusoftnet/npmasbuildtool

Some demo code for my PluralSight Course
https://github.com/marcusoftnet/npmasbuildtool

automation build-tool demo npm

Last synced: about 3 hours ago
JSON representation

Some demo code for my PluralSight Course

Awesome Lists containing this project

README

        

# Stupid little website
A demo utility for PluralSight course on npm scripting.

# How to start

* Go to this folder in Terminal
* Write ```npm install``` to install all the dependencies

## See scripts available
```npm run``` in the folder with ```package.json```

## Run a script
```npm run [name-of-script]```

## See installed tools
```ls node_modules/.bin/```