Coder Social home page Coder Social logo

notion's Introduction

Notion: the hassle-free node.js manager

Build Status Build status

This project is just getting started.

Unix installation

On macOS or Linux, you can install Notion with this command:

$ curl -sSLf https://get.notionjs.com | bash

Windows installation

One of Notion's primary goals is to have first-class Windows support out of the box. Several contributors to Notion use Windows as our primary development machines, and this is very important to us.

We haven't written real installers for any platform yet, and our current status on Windows is that we've learned how to create Windows installers and solved the major design questions that we've identified. If you'd like to help with a Windows installer, please get in touch!

Source installation

Unix

First-time setup (this will get automated more):

$ cargo build --release
$ ./dev/unix/build.sh
$ ./dev/unix/install.sh

The first time you install, you'll need to open a new terminal to start using Notion.

To reinstall an updated build, first remove everything from ~/.notion except for the configuration file (again, this will get automated!):

$ rm -rf ~/.notion/bin ~/.notion/cache ~/.notion/state.toml ~/.notion/launch* ~/.notion/versions

and then follow the setup steps above.

Demo

There's a sample package.json at dev directory of this repo so just cd into dev of the repo and run:

$ node -e 'console.log(`this project uses node ${process.version}`)'
Installing v6.11.3 [=============>           ]  50%
this project uses node v6.11.3
$ node -e 'console.log(`this project uses node ${process.version}`)'
this project uses node v6.11.3
$ notion uninstall 6.11.3
$ node -e 'console.log(`this project uses node ${process.version}`)'
Installing v6.11.3 [==================>      ]  76%
this project uses node v6.11.3

Development

Community

We use Discord for community discussion. You can use this permanent invite to join our Discord server!

Requirements

Notion is intended to compile with all versions of Rust newer than 1.20.

Tests

To run the tests in this repo, run the following:

cargo test --all --features mock-network

License

Notion is licensed under a BSD 2-clause license.

Code of Conduct

Contribution to Notion is organized under the terms of the Contributor Covenant Code of Conduct. The maintainer of Notion, Dave Herman, personally promises to work actively to uphold that code of conduct. We aim to foster a community that is welcoming, inclusive, empathetic, and kind. If you share those goals and want to have a ton of building cool JavaScript tools and playing with Rust, we invite you to join us!

notion's People

Contributors

dherman avatar mikrostew avatar benblank avatar stefanpenner avatar monshi avatar rwjblue avatar 2hu12 avatar twokul avatar charlespierce avatar locks avatar

Watchers

James Cloos avatar Keegan Saunders avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.