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

anubis-project

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anubis-project

Anubis is a project scaffolding that can be stood up with only a few commands and provides a full webpack environment, scss loader, router, and unit testing. The Anubis framework is built to work with the Osiris framework.

  • 1.0.22
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-85.71%
Maintainers
1
Weekly downloads
 
Created
Source

Anubis is a project scaffolding that can be stood up with only a few commands and provides a full webpack environment, scss loader, router, and unit testing. The Anubis framework is built to work with the Osiris framework.

Note: Osiris currently does not have public documentation.

Create empty npm project

mkdir <projectname>
cd <projectname>
touch package.json

Populate package.json

{
    "name": "<projectname>",
    "version": "0.0.0"
}

Install Anubis

npm install anubis-project

Init

npx anubis init

Run Webpack Dev Server

npx anubis start

Build Dev Files

Builds the css and js files into an uncompressed state

npx anubis build-dev

Build Production Files

Builds the css and js files into an compressed state

npx anubis build

Run Unit Tests

npx anubis test

Keywords

FAQs

Package last updated on 24 Jul 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

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