1.0.8 • Published 6 years ago
neo-fetch v1.0.8
neo-fetch
System information and resources usage.
Screenshot of neo-fetch + cool-retro-term
Install
npm install -g neo-fetchUsage
neo-fetchDevelopment setup
# Install dependencies
npm install
# To watch JS files changes
npm run watch
# nodemon live reload
npm run dev
# Build project
npm run buildChangelog
Contributing
- Fork it (https://github.com/Victor-Bernabe/neo-fetch/fork)
- Create your feature branch (
git checkout -b feature/awesome-feature) - Build JS files (
npm run build) - Test your code (
npm test) - Commit your changes (
git commit -am '[feat] Add awesome feature') - Push to the branch (
git push origin feature/awesome-feature) - Create a new Pull Request