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

firestarter-cli

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

firestarter-cli

cli boilerplate generator

latest
Source
npmnpm
Version
0.0.4
Version published
Weekly downloads
3
Maintainers
1
Weekly downloads
 
Created
Source

firestarter-cli

cli boilerplate builder implemented in Typescript

install

$ npm install -g firestarter-cli
$ fire

Operations

  • ps (cpp)

    template for problem-solving using cpp

    Flags

    see docs

  • webpack

    template for project using webpack & typescript + sass loaders

    requirements

    • git

    project structure

    .
    ├── index.html
    ├── package.json
    ├── src
    │   ├── App.module.scss
    │   ├── App.ts
    │   ├── index.ts
    │   ├── styles
    │   │   └── style.module.scss
    │   └── types
    │       ├── component.ts
    │       └── sass-module.d.ts
    ├── tsconfig.json
    ├── webpack.config.js
    └── yarn.lock
    

FAQs

Package last updated on 22 Apr 2021

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