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.
npm install anubis-projectAnubis 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.
mkdir
cd
touch package.json
`
$3
`
{
"name": "",
"version": "0.0.0"
}
`$3
`
npm install anubis-project
`$3
`
npx anubis init
`$3
`
npx anubis start
`$3
Builds the css and js files into an uncompressed state
`
npx anubis build-dev
`$3
Builds the css and js files into an compressed state
`
npx anubis build
`$3
`
npx anubis test
``