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

generator-speedseed

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-speedseed

Speed seed with multiple posibilities. Writed with es6 - Required nodejs 4.0 or superior

  • 0.3.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
113
Maintainers
1
Weekly downloads
 
Created
Source

generator-speedseed

v.0.3.2

Templates

  • https://github.com/ifedu/speedseed-multi-tic-tac-toe

Seed for projects created with:

  • Tasks

    • BabelJs
    • Gulp
  • Lints

    • Editorconfig
    • EsLint
  • Html

    • Jade
  • CSS

    • Stylus

Use

  • Use once

    • npm run install
      • Install libs in the Operating System
      • npm install gulp -g
      • npm install yo -g
      • npm install generator-speedseed -g
  • In the project folder

    • npm run init

      • Launch generator and install dependencies
      • yo speedseed
      • npm install
    • npm run update

      • Update generator, install dependencies and launch generator
      • npm install
      • yo speedseed
    • npm run deploy

      • Compile project in _deploy-dev and launch project
      • gulp deploy*
    • npm run dist

      • Compile project minified in _deploy-min and launch project
      • gulp deploy --dist=true*

Structure

  • -ss - don't change this content folder, is updated with generator-speedseed next versions

  • _deploy - code generated with gulp run, contain code of dev transpiled to html, css, es5. Folders and files _are ignored*

  • dev - scaffolding basic

    • _components components jade
    • css - contain .styl files
    • js - contain .js files write with es6
    • views - contain .jade files
    • __global.js - properties inyects to all files .jade
    • _index.js - properties inyects to file index.jade
    • index.jade - index of the page
  • .editorconfig - list of code rules for the ide

  • .eslintrc - list of code rules

  • .gitignore - ignore files for git

  • .yo-rc.json - created for yeoman for future updates

  • gulpfile.js - call gulp tasks of -ss

  • package.json - packages of npm

Keywords

FAQs

Package last updated on 26 Apr 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