New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

nyg-jam3

Package Overview
Dependencies
Maintainers
2
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nyg-jam3

Jam3 project scaffold generator based on nyg

  • 1.8.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
9
increased by80%
Maintainers
2
Weekly downloads
 
Created
Source

nyg-jam3

stable

Jam3 project scaffold based on nyg. Used to create the basic files needed for a Jam3 project.

Usage

NPM

The nyg generator is designed to function similar to yeoman. To get it running, simply follow these steps:

npm i nyg -g
npm i nyg-jam3 -g
cd your-project-directory
nyg nyg-jam3

You will then be prompted with a number of questions, which will define the project. The appropriate files will then be copied to the current directory and it will install all your needed dependencies. Congratulations, you are now setup with the basis of a Jam3 project.

Setup Favicons

Default setup

After generate the scalfolding you will have already setup the favicons for all the common devices, including those with iOS, Android, Windows Phone and for desktop version.

Customize them

You can change the default configuration modifying the file /scripts/favicons/faviconDescription.json. All the posible option are located in http://realfavicongenerator.net/api/non_interactive_api.

If you want to change the image you can replace the image located in /scripts/favicons/favicon_template.png for your new favicon image. The recomended size for this master image is 500x500.

After change all the things you want just run npm run update-favicons and you will get your new favicons ready.

Note: If you run the project on dev you won't see them because budo is creating an own index.html. If you run npm run release you will see all this properly working.

License

MIT, see LICENSE.md for details.

Keywords

FAQs

Package last updated on 24 Oct 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc