anubis-project

1.0.22 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.22
    0
    • latest

Version History

Package Sidebar

Install

npm i anubis-project

Weekly Downloads

0

Version

1.0.22

License

MIT

Unpacked Size

11.8 kB

Total Files

20

Last publish

Collaborators

  • rcooper102