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

@eslang/es-npm

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eslang/es-npm

A command line tool to create npm compatible Espresso script packages.

1.2.0
latest
Source
npm
Version published
Maintainers
1
Created
Source

es-npm

A command line tool to create npm compatible Espresso packages.

Install

npm i -g @eslang/es-npm

Usage

mkdir my-espresso-app
cd my-espresso-app
es-npm init [default|app|module|api|web] [-c|--compact] [-d|--dev]

Templates

  • default - A project which may serve in both app and module modes.
  • app - A project which only serves as an app.
  • module - A project which only serves as a module.
  • api - An app project which serves as a RESTful service.
  • web - A web site project which serves as a web app.

Options

  • -c, --compact: remove test code and dependency on mocha.
  • -d, --dev: use development (non-published & unstable) branch of eslang.

Keywords

es

FAQs

Package last updated on 10 Aug 2019

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