New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

silky

Package Overview
Dependencies
Maintainers
2
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

silky

Silky是一个前端模块化开发与构建工具,自带HTTP服务器,支持多环境,支持多国语言,支持代理与路由转发,自动化编译构建,实时编译CoffeeScript和Less,支持插件扩展

latest
Source
npmnpm
Version
0.8.15
Version published
Maintainers
2
Created
Source

Silky是一个前端模块化开发与构建工具,自带HTTP服务器,支持多环境,支持多国语言,支持代理与路由转发,自动化编译构建,实时编译CoffeeScript和Less,支持插件扩展

依赖条件

  • node.js v0.10 以上以及npm,如果你还没有安装node.js,请参考:Installing Node.js via package manager

  • 如果你使用的是windows系统,建议安装git-bash

快速入门

安装并创建示例项目

  • npm install -g silky coffee-script,安装silky以及全局的coffee-script,*nix下会需要sudo权限
  • cd ~ && mkdir silky-test && cd ~/silky-test (Windows下可以考虑使用:cd %HOMEPATH% && mk silky-test && cd %HOMEPATH%/silky-test)
  • silky init -f
  • silky start
  • 用浏览器打开http://localhost:14422/,即可看到示例项目了

更多敬请访问官方博客:Silky官方博客

FAQs

Package last updated on 18 Aug 2015

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